mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(scss): use new component tokens to render low contrast notifications (#533)
This commit is contained in:
parent
d12442c797
commit
66a3fd10c2
6 changed files with 65 additions and 10 deletions
|
@ -13,6 +13,10 @@ $css--plex: true;
|
|||
|
||||
// Use the "g100" (Gray 100) Carbon theme
|
||||
@import "carbon-components/scss/globals/scss/vendor/@carbon/themes/scss";
|
||||
@import "carbon-components/scss/globals/scss/component-tokens";
|
||||
@import "carbon-components/src/components/tag/tag";
|
||||
@import "carbon-components/src/components/notification/inline-notification";
|
||||
@import "carbon-components/src/components/notification/toast-notification";
|
||||
|
||||
$carbon--theme: $carbon--theme--g100;
|
||||
@include carbon--theme();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue