1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +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:
Victoria League
2024-04-05 10:58:32 -04:00
committed by GitHub
parent fb51aa570d
commit 09169cac71
56 changed files with 253 additions and 245 deletions

View File

@@ -24,7 +24,7 @@ export class RadioInputComponent implements BitFormControlAbstraction {
"tw-rounded-full",
"tw-border",
"tw-border-solid",
"tw-border-secondary-500",
"tw-border-secondary-600",
"tw-w-3.5",
"tw-h-3.5",
"tw-mr-1.5",
@@ -50,7 +50,7 @@ export class RadioInputComponent implements BitFormControlAbstraction {
"disabled:tw-bg-secondary-100",
"checked:tw-bg-text-contrast",
"checked:tw-border-primary-500",
"checked:tw-border-primary-600",
"checked:hover:tw-border",
"checked:hover:tw-border-primary-700",
@@ -58,7 +58,7 @@ export class RadioInputComponent implements BitFormControlAbstraction {
"[&>label:hover]:checked:tw-bg-primary-700",
"[&>label:hover]:checked:tw-border-primary-700",
"checked:before:tw-bg-primary-500",
"checked:before:tw-bg-primary-600",
"checked:disabled:tw-border-secondary-100",
"checked:disabled:tw-bg-secondary-100",