diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-03-20 15:54:55 +0000 |
---|---|---|
committer | Samuel Newman <mozzius@protonmail.com> | 2024-03-20 15:54:55 +0000 |
commit | 6d1307fdc742a34d390440b7ab9765f349347c84 (patch) | |
tree | 42c84ae0fd9a467091361073273f7d69c60369db | |
parent | 4c60d4d07014c4970dfdb7f6272ab2abadf035b9 (diff) | |
download | voidsky-6d1307fdc742a34d390440b7ab9765f349347c84.tar.zst |
rm extra atom
-rw-r--r-- | src/screens/Login/ChooseAccountForm.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screens/Login/ChooseAccountForm.tsx b/src/screens/Login/ChooseAccountForm.tsx index 600a640ca..d90675f9e 100644 --- a/src/screens/Login/ChooseAccountForm.tsx +++ b/src/screens/Login/ChooseAccountForm.tsx @@ -153,7 +153,6 @@ export const ChooseAccountForm = ({ style={[ a.flex_1, a.flex_row, - a.flex_row, a.align_center, {height: 48}, (hovered || pressed) && t.atoms.bg_contrast_25, |