()
| 743 | } |
| 744 | |
| 745 | export function getColorSchemeModifier(): CSSValueModifier { |
| 746 | return (theme: Theme) => theme.mode === 0 ? 'dark light' : 'dark'; |
| 747 | } |
| 748 | |
| 749 | function getVariableModifier( |
| 750 | variablesStore: VariablesStore, |
no outgoing calls
no test coverage detected