diff --git a/apps/mobile/src/screens/Locations.tsx b/apps/mobile/src/screens/Locations.tsx index a65e8112a..3204b287c 100644 --- a/apps/mobile/src/screens/Locations.tsx +++ b/apps/mobile/src/screens/Locations.tsx @@ -50,7 +50,7 @@ export const Locations = ({ redirectToLocationSettings }: Props) => { SettingsStackScreenProps<'Settings'>['navigation'] >(); return ( - + { @@ -70,7 +70,7 @@ export const Locations = ({ redirectToLocationSettings }: Props) => { location.id.toString()} diff --git a/apps/mobile/src/screens/Tags.tsx b/apps/mobile/src/screens/Tags.tsx index 5247359f1..58f6c96a0 100644 --- a/apps/mobile/src/screens/Tags.tsx +++ b/apps/mobile/src/screens/Tags.tsx @@ -25,7 +25,7 @@ export default function Tags({ viewStyle = 'list' }: Props) { useNodes(tags.data?.nodes); const tagData = useCache(tags.data?.items); return ( - + { @@ -72,7 +72,7 @@ export default function Tags({ viewStyle = 'list' }: Props) { showsHorizontalScrollIndicator={false} ItemSeparatorComponent={() => } contentContainerStyle={twStyle( - `py-5`, + `py-6`, tagData.length === 0 && 'h-full items-center justify-center' )} /> diff --git a/apps/mobile/src/screens/settings/client/AppearanceSettings.tsx b/apps/mobile/src/screens/settings/client/AppearanceSettings.tsx index 53c196a53..ccb46027a 100644 --- a/apps/mobile/src/screens/settings/client/AppearanceSettings.tsx +++ b/apps/mobile/src/screens/settings/client/AppearanceSettings.tsx @@ -126,7 +126,7 @@ const AppearanceSettingsScreen = ({ // TODO: Hook this up to the theme store once light theme is fixed. return ( - + Theme ) => { return ( - + TODO ); diff --git a/apps/mobile/src/screens/settings/client/GeneralSettings.tsx b/apps/mobile/src/screens/settings/client/GeneralSettings.tsx index 2e89489cd..555c686fa 100644 --- a/apps/mobile/src/screens/settings/client/GeneralSettings.tsx +++ b/apps/mobile/src/screens/settings/client/GeneralSettings.tsx @@ -16,7 +16,7 @@ const GeneralSettingsScreen = ({ navigation }: SettingsStackScreenProps<'General if (!node) return null; return ( - + {/* Card Header */} @@ -38,7 +38,7 @@ const GeneralSettingsScreen = ({ navigation }: SettingsStackScreenProps<'General Node Name {/* // TODO: Bring this back */} - {/* Node Port */} + {/* Node Port */} {/* */} {debugState.enabled && ( diff --git a/apps/mobile/src/screens/settings/client/LibrarySettings.tsx b/apps/mobile/src/screens/settings/client/LibrarySettings.tsx index fa8c9a1de..743b7fd15 100644 --- a/apps/mobile/src/screens/settings/client/LibrarySettings.tsx +++ b/apps/mobile/src/screens/settings/client/LibrarySettings.tsx @@ -92,7 +92,7 @@ const LibrarySettingsScreen = ({ navigation }: SettingsStackScreenProps<'Library const modalRef = useRef(null); return ( - + { return ( - + TODO ); diff --git a/apps/mobile/src/screens/settings/info/About.tsx b/apps/mobile/src/screens/settings/info/About.tsx index 5e790745e..4bf9dd403 100644 --- a/apps/mobile/src/screens/settings/info/About.tsx +++ b/apps/mobile/src/screens/settings/info/About.tsx @@ -12,7 +12,7 @@ const AboutScreen = () => { const buildInfo = useBridgeQuery(['buildInfo']); return ( - + + {/* Inputs */} Display Name diff --git a/apps/mobile/src/screens/settings/library/LibraryGeneralSettings.tsx b/apps/mobile/src/screens/settings/library/LibraryGeneralSettings.tsx index 9b3d31faf..2a87aa5dc 100644 --- a/apps/mobile/src/screens/settings/library/LibraryGeneralSettings.tsx +++ b/apps/mobile/src/screens/settings/library/LibraryGeneralSettings.tsx @@ -37,7 +37,7 @@ const LibraryGeneralSettingsScreen = (_: SettingsStackScreenProps<'LibraryGenera }); return ( - + Name + Pairing {[...onlineNodes.entries()].map(([id, node]) => (