You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(color-context tokens): only apply when .calcite-mode-auto is applied (#8344)
**Related Issue:** #8343
## Summary
Resolves bug where the @media query, which applied light and dark
color-context tokens on prefers-color-scheme in CSS, was applied at
`:root` instead of `.calcite-mode-auto`
Copy file name to clipboardexpand all lines: packages/calcite-design-tokens/support/token-transformer/styleDictionary/formatter/utils/formatExtraOutput.ts
+5-4
Original file line number
Diff line number
Diff line change
@@ -36,17 +36,18 @@ export function formatExtraOutput(
0 commit comments