Skip to content

Commit

Permalink
[QuickSearch] Add backdrop blur and increase opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Sep 9, 2023
1 parent 84adc7f commit 1b82911
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/new-beds-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'svelte-ux': patch
---

[QuickSearch] Add backdrop blur and increase opacity
5 changes: 4 additions & 1 deletion src/lib/components/QuickSearch.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@
</Button>
<Dialog
bind:open
classes={{ root: cls('items-start mt-20', theme.root, classes.root, $$props.class) }}
classes={{
root: cls('items-start mt-20', theme.root, classes.root, $$props.class),
backdrop: 'backdrop-blur-sm bg-black/70',
}}
>
<div class="overflow-auto max-h-[min(90vh,600px)] min-w-[400px] py-1">
<SelectList
Expand Down

1 comment on commit 1b82911

@vercel
Copy link

@vercel vercel bot commented on 1b82911 Sep 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.