We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1621e9 commit b730c8aCopy full SHA for b730c8a
tokens.config.ts
@@ -398,12 +398,12 @@ export default defineTheme({
398
dark: '{typography.color.secondary.200}'
399
},
400
backgroundColor: {
401
- initial: 'rgb(244 244 245 / 60%)', // typography.color.secondary.100 with opacity 0.8
402
- dark: 'rgb(24 24 27 / 80%)' // typography.color.secondary.900 with opacity 0.8
+ initial: '{typography.color.secondary.100}',
+ dark: '{typography.color.secondary.900}'
403
404
backdropFilter: {
405
- initial: 'contrast(0.9)',
406
- dark: 'contrast(0.7)'
+ initial: 'contrast(0)',
+ dark: 'contrast(0)'
407
408
pre: {
409
padding: '{typography.verticalMargin.sm}'
0 commit comments