feat: modify theme colors (#1421)

This commit is contained in:
Qi
2023-03-09 02:29:56 +08:00
committed by GitHub
parent dc319f664f
commit 867ea9cf2b
6 changed files with 19 additions and 21 deletions
@@ -6,7 +6,7 @@ import StyledPopperContainer from '../shared/Container';
const StyledTooltip = styled(StyledPopperContainer)(({ theme }) => {
return {
maxWidth: '320px',
boxShadow: theme.shadow.tooltip,
boxShadow: theme.shadow.popover,
padding: '4px 12px',
backgroundColor: theme.colors.tooltipBackground,
color: '#fff',