Skip to content

Commit 3ca2a23

Browse files
✨ Update alert-beta component background opacity for improved visibility
1 parent faebb69 commit 3ca2a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/alert-beta.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class="dark:bg-mirage relative z-0 mt-5 flex items-center gap-6 overflow-hidden
55
aria-describedby="beta-alert-description"
66
>
77
<div
8-
class="absolute left-0 top-1/2 -z-10 size-16 -translate-y-1/2 rounded-full bg-yellow-400/50 blur-2xl dark:block"
8+
class="absolute left-0 top-1/2 -z-10 size-16 -translate-y-1/2 rounded-full bg-yellow-400/60 blur-2xl dark:block"
99
aria-hidden="true"
1010
></div>
1111

0 commit comments

Comments
 (0)