Skip to content

Commit 518a6d2

Browse files
committed
fix: fix Select options background color
1 parent 25b9d42 commit 518a6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/select.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const Options = React.forwardRef<BottomSheetModal, OptionsProps>(
9191
index={0}
9292
snapPoints={snapPoints}
9393
backgroundStyle={{
94-
backgroundColor: isDark ? colors.charcoal[800] : colors.white,
94+
backgroundColor: isDark ? colors.neutral[800] : colors.white,
9595
}}
9696
>
9797
<List

0 commit comments

Comments
 (0)