Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 4767798

Browse files
authored
Replacing color-warning-message color name (#978)
* Replacing color-warning-message color name New color name is color-feedback-warning-background * Version bump
1 parent 9578cd6 commit 4767798

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/formation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@department-of-veterans-affairs/formation",
3-
"version": "7.0.8",
3+
"version": "7.0.9",
44
"description": "The VA design system",
55
"keywords": [
66
"va",

packages/formation/sass/_shame.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ body {
110110
}
111111

112112
.csp-inline-patch-page-breadcrumbs {
113-
background-color: $color-warning-message;
113+
background-color: $color-feedback-warning-background;
114114
text-align: center;
115115
}
116116

packages/formation/sass/base/_b-variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ $color-primary-alt-darkest: #046b99;
105105
$color-green-darker: #195c27;
106106
$color-va-accent: #988530; // New gold "metal" acccent
107107
$color-gold: #fdb81e;
108-
$color-warning-message: #fac922; // Used for Disability benefits
108+
$color-feedback-warning-background: #fac922; // Used for Disability benefits
109109
$color-gray-light-alt: #eee;
110110
$color-va-modal-bg: rgba($color-gray-dark, .8);
111111

packages/formation/sass/utilities/_background-color.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828

2929
.vads-u-background-color--warning-message {
30-
background-color: $color-warning-message !important;
30+
background-color: $color-feedback-warning-background !important;
3131
}
3232

3333
.vads-u-background-color--gibill-accent {

packages/formation/sass/utilities/_border.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ $border_styles: (
101101
}
102102

103103
.vads-u-border-color--warning-message {
104-
border-color: $color-warning-message !important;
104+
border-color: $color-feedback-warning-background !important;
105105
}
106106

107107
.vads-u-border-color--gibill-accent {

packages/formation/sass/utilities/_color.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828

2929
.vads-u-color--warning-message {
30-
color: $color-warning-message !important;
30+
color: $color-feedback-warning-background !important;
3131
}
3232

3333
.vads-u-color--gibill-accent {

0 commit comments

Comments
 (0)