From 5f84dad7e4051fcb7d2dc9bbc2eaf36781b1f986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 17 May 2023 14:18:28 +0200 Subject: [PATCH] TopNav: Tone down shadow a bit in light theme (#68282) * TopNav: Tone down shadow a bit in light theme * softer shadow --- public/app/core/components/AppChrome/AppChrome.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/core/components/AppChrome/AppChrome.tsx b/public/app/core/components/AppChrome/AppChrome.tsx index 59939ebe768..58bd7a6d7cc 100644 --- a/public/app/core/components/AppChrome/AppChrome.tsx +++ b/public/app/core/components/AppChrome/AppChrome.tsx @@ -73,7 +73,7 @@ export function AppChrome({ children }: Props) { const getStyles = (theme: GrafanaTheme2) => { const shadow = theme.isDark ? `0 0.6px 1.5px rgb(0 0 0), 0 2px 4px rgb(0 0 0 / 40%), 0 5px 10px rgb(0 0 0 / 23%)` - : '0 0.6px 1.5px rgb(0 0 0 / 8%), 0 2px 4px rgb(0 0 0 / 6%), 0 5px 10px rgb(0 0 0 / 5%)'; + : '0 4px 8px rgb(0 0 0 / 4%)'; return { content: css({