diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-10-31 12:17:58 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-10-31 12:17:58 -0500 |
commit | eceef67d466007155718c93e6c2fe2b1afa53175 (patch) | |
tree | cd92e9b0a5609823f095f1939ee613d6003217f1 /src/view/shell/mobile/index.tsx | |
parent | 1ab8285ad37020094fa27aca95837a2e6650dcd4 (diff) | |
download | voidsky-eceef67d466007155718c93e6c2fe2b1afa53175.tar.zst |
WIP scene UIs
Diffstat (limited to 'src/view/shell/mobile/index.tsx')
-rw-r--r-- | src/view/shell/mobile/index.tsx | 1 |
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', }, |