Skip to content

Commit 921a2d0

Browse files
committed
Updated button changes
1 parent 3c801bb commit 921a2d0

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/packages/components/button/styles/button.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ $button-shadow:0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
5555

5656
&.bg-primary-lighter {
5757
@include u-border("primary");
58-
background-color: #e7f5e1 !important;
5958

6059
&.usa-button--hover,
6160
&:hover {
@@ -67,7 +66,6 @@ $button-shadow:0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
6766
&:active {
6867
background-color: white !important;
6968
@include u-border("primary-dark");
70-
background-color: #e7f5e1 !important;
7169
@include u-text("semibold", $theme-link-active-color);
7270
}
7371

@@ -82,6 +80,7 @@ $button-shadow:0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
8280

8381
&.bg-secondary-lighter {
8482
@include u-border("secondary");
83+
background-color: #ADCDFF !important;
8584
@include u-text("semibold", $theme-link-active-color);
8685

8786
&.usa-button--hover,
@@ -92,7 +91,7 @@ $button-shadow:0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
9291

9392
&.usa-button--active,
9493
&:active {
95-
background-color: white !important;
94+
background-color: #ADCDFF !important;
9695
@include u-border("secondary-dark");
9796
@include u-text("semibold", $theme-link-active-color);
9897
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Theme palette colors
3333

3434
// Secondary colors
3535
$theme-color-secondary-family : 'blue-warm-vivid',
36-
$theme-color-secondary-lightest: false,
36+
$theme-color-secondary-lightest: "blue-warm-20v",
3737
$theme-color-secondary-lighter : 'blue-warm-30v',
3838
$theme-color-secondary-light : 'blue-warm-40v',
3939
$theme-color-secondary : 'blue-warm-50v',

0 commit comments

Comments
 (0)