Skip to content

Commit 6c88c89

Browse files
committed
Remove messages opacity
1 parent 61e4703 commit 6c88c89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/views/components/message.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
<div class="toast text-white bg-{{ $type }} m-3 border-0" role="alert" aria-live="assertive" aria-atomic="true"
77
data-bs-autohide="{{ $type == 'success' ? 'true' : 'false' }}" style="
8-
--bs-bg-opacity: .9;
98
padding: 0.3em 0.8em;
109
border-radius: 0.2em;
1110
max-width: 30em;

0 commit comments

Comments
 (0)