We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d810cb7 commit 0aab46eCopy full SHA for 0aab46e
packages/components/src/components/Input/index.tsx
@@ -65,7 +65,7 @@ export function Input({
65
<Box
66
display="inline-block"
67
pos="relative"
68
- selectors={{ '&,&>*': { boxSizing: 'border-box' } }}
+ selectors={{ '&,& *': { boxSizing: 'border-box' } }}
69
>
70
{icon && (
71
<Center
packages/components/src/components/Select/index.tsx
@@ -124,6 +124,11 @@ export function Select({
124
ref={ref}
125
126
127
+ selectors={{
128
+ '&,& *': {
129
+ boxSizing: 'border-box',
130
+ },
131
+ }}
132
styleOrder={1}
133
styleVars={{
134
primary: colors?.primary,
0 commit comments