Commit 68430ab 1 parent 7a9e27b commit 68430ab Copy full SHA for 68430ab
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import Contraints from '../../constraints';
11
11
import styles from './money-input.mod.css' ;
12
12
import currencies from './currencies.json' ;
13
13
import createSelectStyles from '../../internals/create-select-styles' ;
14
- import * as vars from '../../../../materials/custom-properties.json' ;
14
+ import vars from '../../../../materials/custom-properties.json' ;
15
15
16
16
// overwrite styles of createSelectStyles
17
17
const createCurrencySelectStyles = ( {
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ const multiValueRemoveStyles = () => base => ({
161
161
const groupStyles = ( ) = > base => ( {
162
162
...base ,
163
163
padding : 0 ,
164
- '&:not(:first-child )' : {
164
+ '&:not(:firstChild )' : {
165
165
borderTop : `1px ${ vars [ '--token-border-color-separator' ] } solid` ,
166
166
} ,
167
167
} ) ;
You can’t perform that action at this time.
0 commit comments