Skip to content

Commit af8d258

Browse files
committed
fix more variable names
1 parent a82efd0 commit af8d258

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/component/date-select-grouped.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818

1919
.date-select-wrapper--menu-open {
2020
outline: none;
21-
border-color: $primary-color;
21+
border-color: $theme-primary-color;
2222
background: $white;
23-
border: 1px solid $primary-color;
23+
border: 1px solid $theme-primary-color;
2424
box-shadow: 0 0 3px 0 $theme-secondary-color;
2525
border-radius: var(--space-xs);
2626
}
2727

2828
.date-select-wrapper {
2929
&:focus {
3030
outline: none;
31-
border-color: $primary-color;
31+
border-color: $theme-primary-color;
3232
background: $white;
33-
border: 1px solid $primary-color;
33+
border: 1px solid $theme-primary-color;
3434
box-shadow: 0 0 3px 0 $theme-secondary-color;
3535
border-radius: var(--space-xs);
3636
}
@@ -116,7 +116,7 @@
116116
margin-right: 0; // control padding provides the gap
117117

118118
.dropdown-arrow {
119-
color: $primary-color;
119+
color: $theme-primary-color;
120120
width: 16px;
121121
height: 16px;
122122
transform-origin: center;
@@ -245,7 +245,7 @@
245245
align-items: center;
246246
justify-content: center;
247247
flex-shrink: 0;
248-
color: $primary-color;
248+
color: $theme-primary-color;
249249

250250
svg {
251251
width: 16px;

0 commit comments

Comments
 (0)