Fix select text color if system theme mismatches app theme (#8523)

This commit is contained in:
Eric Bailey
2025-06-18 11:34:52 -05:00
committed by GitHub
parent 06ebd2964a
commit 066fd8cbf9
+1
View File
@@ -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},