diff options
Diffstat (limited to 'packages/ui/src/components/tooltip.css')
| -rw-r--r-- | packages/ui/src/components/tooltip.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/ui/src/components/tooltip.css b/packages/ui/src/components/tooltip.css index 637986249..f7afe16aa 100644 --- a/packages/ui/src/components/tooltip.css +++ b/packages/ui/src/components/tooltip.css @@ -8,9 +8,10 @@ border-radius: var(--radius-md); background-color: var(--surface-float-base); color: var(--text-inverted-base); - color: rgba(253, 252, 252, 0.94); - padding: 2px 8px; - border: 0.5px solid rgba(253, 252, 252, 0.2); + background: var(--surface-float-base); + padding: 6px 12px; + border: 1px solid var(--border-weak-base, rgba(0, 0, 0, 0.07)); + box-shadow: var(--shadow-md); pointer-events: none !important; /* transition: all 150ms ease-out; */ |
