From 42cc3b4f92ea16f1dc5c602d321c671125fed31e Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 5 Jun 2023 20:25:34 -0700 Subject: [PATCH] Add small shadow to Tooltip --- components/common/Tooltip/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/components/common/Tooltip/index.scss b/components/common/Tooltip/index.scss index 06c05070..a0333340 100644 --- a/components/common/Tooltip/index.scss +++ b/components/common/Tooltip/index.scss @@ -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;