Skip to content

Commit

Permalink
Adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalikL committed Sep 20, 2024
1 parent 5b5539a commit 6b663a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/Theme/TextStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const getTextStyle = function (style) {

}

if (themeStore().color === THEME_COLOR.LIGHT) {
if (themeStore().color !== THEME_COLOR.SEPIA && themeStore().color !== THEME_COLOR.DARK) {
if (style.text.color) {
textStyleCSS += `color: ${style.text.color};`
}
Expand Down

0 comments on commit 6b663a3

Please sign in to comment.