Fix: set background color of the view selector (#1151)
parent
e5b7a894a3
commit
79d78b5f59
|
@ -168,6 +168,7 @@ export function Selector({
|
|||
overflow: 'hidden',
|
||||
marginTop: -SCROLLBAR_OFFSET,
|
||||
height,
|
||||
backgroundColor: pal.colors.background,
|
||||
}}>
|
||||
<ScrollView
|
||||
horizontal
|
||||
|
|
Loading…
Reference in New Issue