aboutsummaryrefslogtreecommitdiff
path: root/src/lib/CommandPalette/CommandPalette.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/CommandPalette/CommandPalette.svelte')
-rw-r--r--src/lib/CommandPalette/CommandPalette.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/CommandPalette/CommandPalette.svelte b/src/lib/CommandPalette/CommandPalette.svelte
index 5eb06ef7..ca3513f4 100644
--- a/src/lib/CommandPalette/CommandPalette.svelte
+++ b/src/lib/CommandPalette/CommandPalette.svelte
@@ -178,7 +178,7 @@ const handleGlobalKey = (e: KeyboardEvent) => {
aria-modal="true"
aria-label="Command palette"
>
- <div class="dropdown-content card card-small">
+ <div class="dropdown-content card card-small card-glass">
<input
bind:this={inputRef}
bind:value={search}