about summary refs log tree commit diff
path: root/src/view/shell/mobile/index.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-10-31 12:17:58 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-10-31 12:17:58 -0500
commiteceef67d466007155718c93e6c2fe2b1afa53175 (patch)
treecd92e9b0a5609823f095f1939ee613d6003217f1 /src/view/shell/mobile/index.tsx
parent1ab8285ad37020094fa27aca95837a2e6650dcd4 (diff)
downloadvoidsky-eceef67d466007155718c93e6c2fe2b1afa53175.tar.zst
WIP scene UIs
Diffstat (limited to 'src/view/shell/mobile/index.tsx')
-rw-r--r--src/view/shell/mobile/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx
index 732527963..873fd655c 100644
--- a/src/view/shell/mobile/index.tsx
+++ b/src/view/shell/mobile/index.tsx
@@ -388,6 +388,7 @@ const styles = StyleSheet.create({
     color: colors.white,
   },
   ctrlIcon: {
+    color: colors.black,
     marginLeft: 'auto',
     marginRight: 'auto',
   },