mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
[CL-254] Rename 500 colors to 600 to prep for UI redesign (#8623)
* [CL-254] Rename 500 colors to 600 to prep for UI redesign --------- Co-authored-by: Will Martin <contact@willmartian.com>
This commit is contained in:
@@ -29,7 +29,7 @@ export class BitInputDirective implements BitFormFieldControl {
|
||||
"tw-bg-background-alt",
|
||||
"tw-border",
|
||||
"tw-border-solid",
|
||||
this.hasError ? "tw-border-danger-500" : "tw-border-secondary-500",
|
||||
this.hasError ? "tw-border-danger-600" : "tw-border-secondary-600",
|
||||
"tw-text-main",
|
||||
"tw-placeholder-text-muted",
|
||||
// Rounded
|
||||
|
||||
Reference in New Issue
Block a user