diff --git a/src/components/Select/index.web.tsx b/src/components/Select/index.web.tsx index 0e6fa85ca3..0de74c5624 100644 --- a/src/components/Select/index.web.tsx +++ b/src/components/Select/index.web.tsx @@ -244,6 +244,7 @@ export function Item({ref, value, style, children}: ItemProps) { onFocus={onFocus} onBlur={onBlur} style={flatten([ + t.atoms.text, a.relative, a.flex, {minHeight: 25, paddingLeft: 30, paddingRight: 35},