Skip to content

Commit e22ab85

Browse files
committed
Fix bg color definition
1 parent 3777d9a commit e22ab85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/messages.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="toast-wrapper" style="
22
z-index: 1050;
3-
--bs-success-rgb: #263238;
3+
--bs-success-rgb: 38, 50, 56;
44
">
55
<div class="toast-container">
66
@if(isset($errors) && $errors->any())

0 commit comments

Comments
 (0)