We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5507a commit 855f7c0Copy full SHA for 855f7c0
1 file changed
src/lib/components/EventDivision.svelte
@@ -94,7 +94,8 @@
94
</button>
95
</div>
96
<div
97
- class="absolute bottom-2 right-2 badge badge-lg badge-outline {division.status == 2
+ class="absolute bottom-2 right-2 badge badge-lg badge-outline backdrop-blur-md {division.status ==
98
+ 2
99
? 'badge-success'
100
: division.status == 3
101
? 'badge-error'
0 commit comments