fixed faint text not working in theme previews
This commit is contained in:
parent
7bab1e4259
commit
0509a38730
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ export const init = ({
|
||||||
|
|
||||||
// Optimization: we only really need combinations without "normal" because all states implicitly have it
|
// Optimization: we only really need combinations without "normal" because all states implicitly have it
|
||||||
const permutationStateKeys = Object.keys(states).filter(s => s !== 'normal')
|
const permutationStateKeys = Object.keys(states).filter(s => s !== 'normal')
|
||||||
const stateCombinations = onlyNormalState
|
const stateCombinations = (onlyNormalState && !virtualComponents.has(component.name))
|
||||||
? [
|
? [
|
||||||
['normal']
|
['normal']
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue