We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6e601 commit fe2bd93Copy full SHA for fe2bd93
packages/tabs/src/styled/StyledTabList.ts
@@ -24,6 +24,7 @@ const colorStyles = ({ theme }: ThemeProps<DefaultTheme>) => {
24
const foregroundColor = getColor({ theme, variable: 'foreground.default' });
25
26
return css`
27
+ transition: border-color 0.25s ease-in-out;
28
color-scheme: only ${p => p.theme.colors.base};
29
border-bottom-color: ${borderColor};
30
color: ${foregroundColor};
0 commit comments