Skip to content

Commit

Permalink
fixed_colors_in_components
Browse files Browse the repository at this point in the history
  • Loading branch information
Kron1749 committed Jul 24, 2024
1 parent 490a243 commit d9941c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Accordion/SAccordionItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ if (groupApi) {
}
#{$component}__trigger {
background-color: theme.token-as-var('ref.color.common.color-base-on-accent');
background-color: theme.token-as-var('ref.color.common.color-base-content-tertiary');
}
#{$component}__body-wrapper {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/components/Select/SSelectButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const slots = useSlots()
@apply select-none inline-flex items-center space-x-2 cursor-pointer;
&_default {
background: theme.token-as-var('ref.color.common.color-base-on-accent');
background: theme.token-as-var('ref.color.common.color-base-content-tertiary');
color: theme.token-as-var('sys.color.content-primary');
@apply rounded px-4;
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/components/Select/SSelectInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ function handleChevronClick(event: MouseEvent) {
@apply rounded flex items-center px-4;
@apply select-none cursor-pointer;
background: theme.token-as-var('ref.color.common.color-base-on-accent');
background: theme.token-as-var('ref.color.common.color-base-content-tertiary');
color: theme.token-as-var('sys.color.content-primary');
border: 1px solid transparent;
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/components/Tabs/STab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ $font-color-disabled: theme.token-as-var('sys.color.content-quaternary');
&_background_secondary {
$font-color-active: theme.token-as-var('sys.color.content-primary');
$background-color: theme.token-as-var('ref.color.common.color-base-on-accent');
$background-color: theme.token-as-var('ref.color.common.color-base-content-tertiary');
$tab-shadow-active: theme.token-as-var('sys.shadow.active-tab');
background: $background-color;
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/components/TextField/STextField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ $label-top-primary: 16px;
$label-top-secondary: 6px;
$message-icon-alignment-fix: -1px;
$theme-bg: theme.token-as-var('ref.color.common.color-base-on-accent');
$theme-bg: theme.token-as-var('ref.color.common.color-base-content-tertiary');
$theme-bg-hover: theme.token-as-var('ref.color.common.color-base-content-secondary');
$theme-border-primary: theme.token-as-var('ref.color.common.color-utility-surface');
$theme-content-tertiary: theme.token-as-var('sys.color.content-tertiary');
Expand Down

0 comments on commit d9941c3

Please sign in to comment.