Fix flaky color rendering

This commit is contained in:
Gert Hengeveld 2021-02-25 16:03:23 +01:00
parent 094d76a49b
commit 010ec117b7

View File

@ -64,7 +64,7 @@ export const TabButton = styled(ButtonOrLink, { shouldForwardProp: isPropValid }
borderBottomColor: theme.barSelectedColor,
}
: {
color: textColor || 'inherit',
color: textColor || theme.color.mediumdark,
borderBottomColor: 'transparent',
}
);