Skip to content

Commit

Permalink
style: use token color to --mdc-tab-color-default
Browse files Browse the repository at this point in the history
  • Loading branch information
agatha197 committed Mar 28, 2024
1 parent 687e7ae commit c1b3bb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/backend-ai-general-styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,10 @@ export const BackendAiStyles = [
background-color: var(--general-tabbar-background-color);
--mdc-theme-primary: var(--general-sidebar-selected-color);
--mdc-text-transform: none;
--mdc-tab-color-default: var(--general-tabbar-background-color);
--mdc-tab-color-default: var(
--token-colorTextSecondary,
--general-tabbar-background-color
);
--mdc-tab-text-label-color-default: var(--token-colorText);
font-family: var(--token-fontFamily);
}
Expand Down

0 comments on commit c1b3bb4

Please sign in to comment.