File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 }
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 ;
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 ;
You can’t perform that action at this time.
0 commit comments