frontend client for gemstone. decentralised workplace app

refactor: minor style changes

serenity 7dabcf3d 7d35084b

Changed files
+8 -1
src
components
+8 -1
src/components/Chat/index.web.tsx
···
return isLoading ? (
<Loading />
) : (
-
<View style={{ flex: 1, flexDirection: "column" }}>
+
<View
+
style={{
+
flex: 1,
+
flexDirection: "column",
+
justifyContent: "center",
+
alignItems: "stretch",
+
}}
+
>
{profile && (
<View>
<View