Browse Source

change success message to info color

am
farhan 4 months ago
parent
commit
16fb3c7284

+ 1
- 1
resources/views/digital-card.blade.php View File

@@ -46,7 +46,7 @@
46 46
         </style>
47 47
     </head>
48 48
     <body class="antialiased font-serif no-scroll">
49
-        <div role="alert" class="alert alert-success hidden z-40 fixed w-1/2 top-3 right-3">
49
+        <div role="alert" class="alert alert-info hidden z-40 fixed w-1/2 top-3 right-3">
50 50
             <span></span>
51 51
         </div>
52 52
         <div class="petal-overlay" id="petalOverlay">

+ 1
- 1
resources/views/rsvp-digital-card.blade.php View File

@@ -15,7 +15,7 @@
15 15
     @vite(['resources/css/app.css'])
16 16
 </head>
17 17
 <body class="antialiased font-serif">
18
-    <div role="alert" class="alert alert-success hidden z-40 fixed w-1/2 top-3 right-3">
18
+    <div role="alert" class="alert alert-info hidden z-40 fixed w-1/2 top-3 right-3">
19 19
         <span></span>
20 20
     </div>
21 21
     <audio id="player" autoplay="autoplay" loop>

Loading…
Cancel
Save