diff options
-rw-r--r-- | src/components/Select/index.web.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Select/index.web.tsx b/src/components/Select/index.web.tsx index 0e6fa85ca..0de74c562 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}, |