Update _theme.scss

This commit is contained in:
Jan Faracik 2025-02-16 17:11:18 +00:00
parent 42ecfcac5c
commit d32a61c1ea
1 changed files with 2 additions and 1 deletions

View File

@ -198,7 +198,8 @@ $semantics: (
// Command Palette
--command-palette-results-backdrop-filter: saturate(1.4) blur(20px);
--command-palette-inset-shadow: inset 0 0 2px 2px rgb(255 255 255 / 0.1),
--command-palette-inset-shadow:
inset 0 0 2px 2px rgb(255 255 255 / 0.1),
var(--jenkins-border--subtle-shadow),
0 5px 10px var(--jenkins-border-color--subtle);