Skip to content

Commit

Permalink
update TheCommandPalette style
Browse files Browse the repository at this point in the history
  • Loading branch information
sakihet committed Mar 26, 2024
1 parent 5535b98 commit 39c8670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TheCommandPalette.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default function TheCommandPalette({ appState }: { appState: Signal<State
}
<dialog
open={showCommandPalette}
class="rounded-2 p-8 layout-center border-solid border-1 border-color-primary pattern-dialog"
class="rounded-2 p-8 layout-center border-solid border-1 border-color-primary pattern-dialog bg-primary"
>
<div class="layout-stack-4">
<div>
Expand Down

0 comments on commit 39c8670

Please sign in to comment.