Skip to content

Commit e543fa7

Browse files
committed
color variables updated as mentioned in the comments
1 parent 9df7321 commit e543fa7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

forms-flow-theme/scss/_forms.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ select option:hover {
470470
}
471471
.multiple-select-label {
472472
padding-bottom: var(--spacer-050);
473-
color: var(--ff-gray-800);
473+
color: $gray-darkest;
474474
font-size: var(--font-size-xs);
475475
font-weight: var(--font-weight-sm);
476476
line-height: var(--text-line-height);
@@ -485,14 +485,14 @@ select option:hover {
485485
border: none;
486486
.chip {
487487
background: var(--ff-white);
488-
color: var(--ff-gray-darkest);
488+
color: $gray-darkest;
489489
}
490490
}
491491
}
492492

493493
.searchWrapper {
494494
border-radius: var(--radius-sm);
495-
border: 1px solid var(--ff-primary);
495+
border: 1px solid $primary;
496496
display: flex;
497497
flex-wrap: wrap;
498498
gap: var(--spacer-050);
@@ -502,8 +502,8 @@ select option:hover {
502502
align-items: center;
503503
gap: var(--spacer-050);
504504
border-radius: var(--radius-modal);
505-
background: var(--ff-primary-light); // #e4e3fc
506-
color: var(--ff-gray-darkest);
505+
background: $primary-light; // #e4e3fc
506+
color: $gray-darkest;
507507
text-align: center;
508508
font-size: var(--font-size-sm);
509509
font-weight: var(--font-weight-sm);
@@ -545,11 +545,11 @@ select option:hover {
545545
flex-direction: column;
546546
align-items: flex-start;
547547
flex: 1 0 0;
548-
border: 1px solid var(--ff-primary);
548+
border: 1px solid $primary;
549549

550550
.option {
551551
&:hover {
552-
background: var(--ff-primary);
552+
background: $primary;
553553
}
554554
display: flex;
555555
padding: var(--spacer-050) var(--spacer-100);

0 commit comments

Comments
 (0)