aboutsummaryrefslogtreecommitdiff
path: root/src/lib/CommandPalette/CommandPalette.svelte
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-12-15 02:46:41 -0800
committerFuwn <[email protected]>2025-12-15 02:46:41 -0800
commit4033679ef214601e5445e2398b9835c118ba2157 (patch)
tree8bc6215e1679cbd04e5616fc6f2c750cfdba5eb9 /src/lib/CommandPalette/CommandPalette.svelte
parentfeat(Wrapped): Add detailed activity fetcher toggle (diff)
downloaddue.moe-4033679ef214601e5445e2398b9835c118ba2157.tar.xz
due.moe-4033679ef214601e5445e2398b9835c118ba2157.zip
format: Apply Prettier formatting
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 77302d5b..c984601d 100644
--- a/src/lib/CommandPalette/CommandPalette.svelte
+++ b/src/lib/CommandPalette/CommandPalette.svelte
@@ -140,7 +140,7 @@
<div
class="command-palette-overlay {open ? 'fade-in' : 'fade-out'}"
on:click={() => (open = false)}
- ></div>
+ />
<div class="dropdown {open ? 'fade-in' : 'fade-out'}">
<div class="dropdown-content card card-small">