mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Add shadow to tooltip
This commit is contained in:
@@ -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)',
|
||||
},
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user