mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +01:00
Updating success and warning input text/color
Fixed wrong text displayed.
This commit is contained in:
parent
7b2be34873
commit
21e247af65
1 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue