mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 00:14:23 +02:00
Add shadow to tooltip
This commit is contained in:
@@ -18,6 +18,7 @@ export const Tooltip = ({ children, ...rest }: TooltipProps) => {
|
|||||||
styles={{
|
styles={{
|
||||||
tooltip: {
|
tooltip: {
|
||||||
background: 'var(--tooltip-bg)',
|
background: 'var(--tooltip-bg)',
|
||||||
|
boxShadow: '4px 4px 10px 0px rgba(0,0,0,0.2)',
|
||||||
color: 'var(--tooltip-fg)',
|
color: 'var(--tooltip-fg)',
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user