chore: format

This commit is contained in:
Adrian Castro
2024-03-24 21:52:08 +01:00
parent 44df83c9fb
commit a2761b1f7e

View File

@@ -56,7 +56,7 @@ function SettingsSheetFrame({
const insets = useSafeAreaInsets();
return (
<View style={{flex: 1}} backgroundColor='black'>
<View style={{ flex: 1 }} backgroundColor="black">
<Sheet.Frame
backgroundColor="$playerSettingsBackground"
padding="$5"
@@ -92,7 +92,12 @@ function SettingsHeader({
return (
<>
<View style={{ paddingRight: insets.right }} flexDirection="row" alignItems="center" gap="$4">
<View
style={{ paddingRight: insets.right }}
flexDirection="row"
alignItems="center"
gap="$4"
>
{icon}
<PlayerText flexGrow={1}>{title}</PlayerText>
{rightButton}