Add small shadow to Tooltip

This commit is contained in:
Justin Edmund 2023-06-05 20:25:34 -07:00
parent 659967f710
commit 42cc3b4f92

View file

@ -3,6 +3,7 @@
animation: scaleIn $duration-zoom ease-out;
background: var(--dialog-bg);
border-radius: $input-corner;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
color: var(--text-tertiary);
font-size: $font-tiny;
font-weight: $medium;