Fix: set background color of the view selector (#1151)
This commit is contained in:
parent
e5b7a894a3
commit
79d78b5f59
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ export function Selector({
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
marginTop: -SCROLLBAR_OFFSET,
|
marginTop: -SCROLLBAR_OFFSET,
|
||||||
height,
|
height,
|
||||||
|
backgroundColor: pal.colors.background,
|
||||||
}}>
|
}}>
|
||||||
<ScrollView
|
<ScrollView
|
||||||
horizontal
|
horizontal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue