Add shadow to tooltip

This commit is contained in:
jeffvli
2022-11-13 01:52:52 -08:00
parent 6c5a70c03e
commit b100f4f790
@@ -18,6 +18,7 @@ export const Tooltip = ({ children, ...rest }: TooltipProps) => {
styles={{
tooltip: {
background: 'var(--tooltip-bg)',
boxShadow: '4px 4px 10px 0px rgba(0,0,0,0.2)',
color: 'var(--tooltip-fg)',
},
}}