Skip to content

Commit 758d36d

Browse files
committed
Fix build error
1 parent fdaff93 commit 758d36d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/components/src/components/Input/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function Input({
6565
<Box
6666
display="inline-block"
6767
pos="relative"
68-
selectors={{ '&,& *': { boxSizing: 'border-box' } }}
68+
selectors={{ '&, & *': { boxSizing: 'border-box' } }}
6969
>
7070
{icon && (
7171
<Center

packages/components/src/components/Select/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export function Select({
127127
display="inline-block"
128128
pos="relative"
129129
selectors={{
130-
'&,& *': {
130+
'&, & *': {
131131
boxSizing: 'border-box',
132132
},
133133
}}

0 commit comments

Comments
 (0)