Skip to content

Commit

Permalink
change the filter display value and fix dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
cmintey committed Dec 30, 2023
1 parent 9a700fe commit afc937c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/wishlists/chips/BaseChip.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</script>

<div class="flex flex-row space-x-4 pb-4">
<span class="relative">
<span>
<button
class="variant-ringed-primary chip"
class:variant-ghost-primary={selectedOption !== defaultOption}
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/wishlists/chips/ClaimFilter.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const options: Option[] = [
{
value: "all",
displayValue: "All"
displayValue: "Filter"
},
{
value: "claimed",
Expand Down

0 comments on commit afc937c

Please sign in to comment.