mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 19:55:29 +00:00
fix: sales funnel text color in light/dark theme (#40132)
* fix: sales funnel text color in light/dark theme * fix: sales funnel text color in light/dark theme
This commit is contained in:
committed by
GitHub
parent
ac3c23922a
commit
193cd0db96
@@ -229,7 +229,7 @@ erpnext.SalesFunnel = class SalesFunnel {
|
|||||||
context.fill();
|
context.fill();
|
||||||
|
|
||||||
// draw text
|
// draw text
|
||||||
context.fillStyle = "black";
|
context.fillStyle = "";
|
||||||
context.textBaseline = "middle";
|
context.textBaseline = "middle";
|
||||||
context.font = "1.1em sans-serif";
|
context.font = "1.1em sans-serif";
|
||||||
context.fillText(__(title), width + 20, y_mid);
|
context.fillText(__(title), width + 20, y_mid);
|
||||||
|
|||||||
Reference in New Issue
Block a user