Skip to content

Commit

Permalink
fix(sdds-insol): TabItem divider color token fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
denivladislav committed Jan 24, 2025
1 parent e3239d5 commit 63693ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export const config = {
${tabsTokens.outlineFocusColor}: var(--surface-accent);
${tabsTokens.itemSelectedDividerHeight}: 0.125rem;
${tabsTokens.itemSelectedDividerColor}: var(--text-primary);
${tabsTokens.itemSelectedDividerColorHover}: var(--text-primary);
${tabsTokens.itemSelectedDividerColor}: var(--text-accent);
${tabsTokens.itemSelectedDividerColorHover}: var(--text-accent);
`,
default: css`
${tabsTokens.itemColor}: var(--text-primary);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export const config = {
${tabsTokens.itemSelectedDividerWidth}: 0.125rem;
${tabsTokens.itemSelectedDividerHeight}: 0.125rem;
${tabsTokens.itemSelectedDividerColor}: var(--text-primary);
${tabsTokens.itemSelectedDividerColorHover}: var(--text-primary);
${tabsTokens.itemSelectedDividerColor}: var(--text-accent);
${tabsTokens.itemSelectedDividerColorHover}: var(--text-accent);
`,
},
size: {
Expand Down

0 comments on commit 63693ee

Please sign in to comment.