fix global notices
This commit is contained in:
parent
eab3bfaf0d
commit
e2af986323
5 changed files with 6 additions and 45 deletions
|
|
@ -155,7 +155,7 @@ export const getCssRules = (rules) => rules.map(rule => {
|
|||
return [
|
||||
header,
|
||||
directives + ';',
|
||||
(rule.component === 'Text' && rule.directives.textNoCssColor !== 'yes') ? ' color: var(--text);' : '',
|
||||
(rule.component === 'Text' && rule.state.indexOf('faint') < 0 && rule.directives.textNoCssColor !== 'yes') ? ' color: var(--text);' : '',
|
||||
'',
|
||||
virtualDirectives,
|
||||
footer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue