mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 00:41:05 +08:00
Fix flaky color rendering
This commit is contained in:
parent
094d76a49b
commit
010ec117b7
@ -64,7 +64,7 @@ export const TabButton = styled(ButtonOrLink, { shouldForwardProp: isPropValid }
|
||||
borderBottomColor: theme.barSelectedColor,
|
||||
}
|
||||
: {
|
||||
color: textColor || 'inherit',
|
||||
color: textColor || theme.color.mediumdark,
|
||||
borderBottomColor: 'transparent',
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user