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();
|
||||
|
||||
// draw text
|
||||
context.fillStyle = "black";
|
||||
context.fillStyle = "";
|
||||
context.textBaseline = "middle";
|
||||
context.font = "1.1em sans-serif";
|
||||
context.fillText(__(title), width + 20, y_mid);
|
||||
|
||||
Reference in New Issue
Block a user