Updating success and warning input text/color

Fixed wrong text displayed.
This commit is contained in:
TomymyFr 2021-02-17 11:30:32 +01:00 committed by GitHub
parent 7b2be34873
commit 21e247af65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,8 +37,8 @@
<nb-card-header>Validation States</nb-card-header>
<nb-card-body>
<input type="text" nbInput fullWidth status="info" placeholder="Input with Info">
<input type="text" nbInput fullWidth status="success" placeholder="Warning Input">
<input type="text" nbInput fullWidth status="warning" placeholder="Danger Input">
<input type="text" nbInput fullWidth status="success" placeholder="Success Input">
<input type="text" nbInput fullWidth status="warning" placeholder="Warning Input">
<input type="text" nbInput fullWidth status="danger" placeholder="Danger Input">
<input type="text" nbInput fullWidth status="primary" placeholder="Input with Primary">
<div class="validation-checkboxes">