Skip to content

Commit 3837fbf

Browse files
committed
fix(Login): fix alert color
1 parent 18ad882 commit 3837fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Login/Login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<p class="widget-auth-info">
66
Use your email to sign in.
77
</p>
8-
<b-alert class="alert-sm text-center mt-2 widget-middle-overflow rounded-0" variant="secondary" show>
8+
<b-alert class="alert-sm text-center mt-2 widget-middle-overflow rounded-0" variant="default" show>
99
This is a real app with Node.js backend - use
1010
<br/>
1111
<span class="font-weight-bold">"admin@flatlogic.com / password"</span>

0 commit comments

Comments
 (0)