mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +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:
@@ -28,13 +28,13 @@ export class BannerComponent implements OnInit {
|
||||
get bannerClass() {
|
||||
switch (this.bannerType) {
|
||||
case "danger":
|
||||
return "tw-bg-danger-500";
|
||||
return "tw-bg-danger-600";
|
||||
case "info":
|
||||
return "tw-bg-info-500";
|
||||
return "tw-bg-info-600";
|
||||
case "premium":
|
||||
return "tw-bg-success-500";
|
||||
return "tw-bg-success-600";
|
||||
case "warning":
|
||||
return "tw-bg-warning-500";
|
||||
return "tw-bg-warning-600";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user