We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a11d8b commit da701fbCopy full SHA for da701fb
src/addons/addons/editor-theme3/theme3.js
@@ -136,6 +136,7 @@ export default async function ({ addon, console }) {
136
return tertiaryColor(category);
137
};
138
const textColor = (field) => {
139
+ if (field.sourceBlock_.textColour) return field.sourceBlock_.textColour;
140
if (addon.self.disabled || textMode() === "white") return "#ffffff";
141
if (textMode() === "black") return "#000000";
142
if (field) return field.sourceBlock_.getColourTertiary();
0 commit comments