about summary refs log tree commit diff
path: root/src/view/screens/Settings/index.tsx
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-08-12 06:30:18 +0900
committerGitHub <noreply@github.com>2024-08-11 14:30:18 -0700
commit88f879ffe91fb7bff668c81b5a82fb4cfbd7889b (patch)
tree9717e7cb757ad566b1ea4d1023911ed301c476ef /src/view/screens/Settings/index.tsx
parent6f450b4982405535ebccba24f2e32940b161d57f (diff)
downloadvoidsky-88f879ffe91fb7bff668c81b5a82fb4cfbd7889b.tar.zst
Improve styles (#4916)
Co-authored-by: Hailey <me@haileyok.com>
Diffstat (limited to 'src/view/screens/Settings/index.tsx')
-rw-r--r--src/view/screens/Settings/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Settings/index.tsx b/src/view/screens/Settings/index.tsx
index a75fec546..521c2019a 100644
--- a/src/view/screens/Settings/index.tsx
+++ b/src/view/screens/Settings/index.tsx
@@ -325,7 +325,7 @@ export function SettingsScreen({}: Props) {
         </View>
       </SimpleViewHeader>
       <ScrollView
-        style={[s.hContentRegion, isMobile && pal.viewLight]}
+        style={[isMobile && pal.viewLight]}
         scrollIndicatorInsets={{right: 1}}
         // @ts-ignore web only -prf
         dataSet={{'stable-gutters': 1}}>