Fix: set background color of the view selector (#1151)

zio/stable
Paul Frazee 2023-08-10 16:47:34 -07:00 committed by GitHub
parent e5b7a894a3
commit 79d78b5f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ export function Selector({
overflow: 'hidden',
marginTop: -SCROLLBAR_OFFSET,
height,
backgroundColor: pal.colors.background,
}}>
<ScrollView
horizontal