Skip to content

Commit

Permalink
Fix default mana symbol color
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbirnholz committed Jun 1, 2024
1 parent b8c500e commit 0024c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/creator-23.js
Original file line number Diff line number Diff line change
Expand Up @@ -3737,7 +3737,7 @@ function writeText(textObject, targetContext) {
}

var origManaSymbolColor = manaSymbolColor;
if (manaSymbol.matchColor && manaSymbolColor !== undefined) {
if (manaSymbol.matchColor && !manaSymbolColor && textColor !== 'black') {
manaSymbolColor = textColor;
}

Expand Down

0 comments on commit 0024c76

Please sign in to comment.