about summary refs log tree commit diff
path: root/src/view/com/util
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-19 14:08:53 -0600
committerGitHub <noreply@github.com>2023-01-19 14:08:53 -0600
commit3f95f98ef90340eb05f7e6d1ca5f43e9a7df6648 (patch)
treecbcbd7192a261fc49f45e3afb5a84fb553225f6c /src/view/com/util
parentf10a8308d9f6bfb907c8a2458cbf78b4cfad88d2 (diff)
downloadvoidsky-3f95f98ef90340eb05f7e6d1ca5f43e9a7df6648.tar.zst
Change post prompt to a set of buttons (#55)
Diffstat (limited to 'src/view/com/util')
-rw-r--r--src/view/com/util/ViewHeader.tsx11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/view/com/util/ViewHeader.tsx b/src/view/com/util/ViewHeader.tsx
index 07f7bc22f..230273709 100644
--- a/src/view/com/util/ViewHeader.tsx
+++ b/src/view/com/util/ViewHeader.tsx
@@ -135,8 +135,15 @@ const styles = StyleSheet.create({
     fontWeight: 'normal',
   },
 
-  backIcon: {width: 30, height: 30},
-  backIconWide: {width: 40, height: 30},
+  backIcon: {
+    width: 30,
+    height: 30,
+  },
+  backIconWide: {
+    width: 40,
+    height: 30,
+    marginLeft: 6,
+  },
   btn: {
     flexDirection: 'row',
     alignItems: 'center',