Skip to content

Commit

Permalink
fix(sdds-dfa): Tabs disabled tokens fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
denivladislav committed Nov 12, 2024
1 parent a63e987 commit 9bca419
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,7 @@ export const config = {
},
disabled: {
true: css`
${tabsTokens.disabledOpacity}: 1;
${tabsTokens.arrowColor}: var(--text-secondary);
${tabsTokens.arrowColorHover}: var(--text-secondary-hover);
${tabsTokens.arrowColorActive}: var(---text-secondary-active);
${tabsTokens.disabledOpacity}: 0.4;
`,
},
pilled: {
Expand Down

0 comments on commit 9bca419

Please sign in to comment.