Skip to content

Commit 855f7c0

Browse files
committed
refactor(components/EventDivision): add backdrop blur to status badge
1 parent fd5507a commit 855f7c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/components/EventDivision.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
</button>
9595
</div>
9696
<div
97-
class="absolute bottom-2 right-2 badge badge-lg badge-outline {division.status == 2
97+
class="absolute bottom-2 right-2 badge badge-lg badge-outline backdrop-blur-md {division.status ==
98+
2
9899
? 'badge-success'
99100
: division.status == 3
100101
? 'badge-error'

0 commit comments

Comments
 (0)