Fix select text color if system theme mismatches app theme (#8523)
This commit is contained in:
@@ -244,6 +244,7 @@ export function Item({ref, value, style, children}: ItemProps) {
|
|||||||
onFocus={onFocus}
|
onFocus={onFocus}
|
||||||
onBlur={onBlur}
|
onBlur={onBlur}
|
||||||
style={flatten([
|
style={flatten([
|
||||||
|
t.atoms.text,
|
||||||
a.relative,
|
a.relative,
|
||||||
a.flex,
|
a.flex,
|
||||||
{minHeight: 25, paddingLeft: 30, paddingRight: 35},
|
{minHeight: 25, paddingLeft: 30, paddingRight: 35},
|
||||||
|
|||||||
Reference in New Issue
Block a user