-
Hi everyone, I want to have custom light and dark mode. Hence, I overwrite the tokens of the given themes When I inspect it, I can see that the
Any hints or ideas are welcome :) . I would love to understand my misconfiguration here in this example to debug my own project. Thanks and best, Kapilan |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey, you should be able to customize the themes by configuring them with Sass: @use '@carbon/react/scss/themes' with (
$g10: (
background: #ff0000,
),
); |
Beta Was this translation helpful? Give feedback.
Hey, you should be able to customize the themes by configuring them with Sass: