mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
chore: format
This commit is contained in:
@@ -56,7 +56,7 @@ function SettingsSheetFrame({
|
|||||||
const insets = useSafeAreaInsets();
|
const insets = useSafeAreaInsets();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={{flex: 1}} backgroundColor='black'>
|
<View style={{ flex: 1 }} backgroundColor="black">
|
||||||
<Sheet.Frame
|
<Sheet.Frame
|
||||||
backgroundColor="$playerSettingsBackground"
|
backgroundColor="$playerSettingsBackground"
|
||||||
padding="$5"
|
padding="$5"
|
||||||
@@ -92,7 +92,12 @@ function SettingsHeader({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<View style={{ paddingRight: insets.right }} flexDirection="row" alignItems="center" gap="$4">
|
<View
|
||||||
|
style={{ paddingRight: insets.right }}
|
||||||
|
flexDirection="row"
|
||||||
|
alignItems="center"
|
||||||
|
gap="$4"
|
||||||
|
>
|
||||||
{icon}
|
{icon}
|
||||||
<PlayerText flexGrow={1}>{title}</PlayerText>
|
<PlayerText flexGrow={1}>{title}</PlayerText>
|
||||||
{rightButton}
|
{rightButton}
|
||||||
|
Reference in New Issue
Block a user