From ef1f7d212d88c76835f1572cc25c53aa1b8e8997 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 10 Feb 2026 00:41:06 +0000 Subject: [PATCH] tweak styles --- src/screens/Profile/components/GermButton.tsx | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/screens/Profile/components/GermButton.tsx b/src/screens/Profile/components/GermButton.tsx index 55858263da..b5489174dd 100644 --- a/src/screens/Profile/components/GermButton.tsx +++ b/src/screens/Profile/components/GermButton.tsx @@ -58,9 +58,14 @@ export function GermButton({ to={url} label={_(msg`Open Germ DM`)} shouldProxy={false} - style={[t.atoms.bg_contrast_50, a.rounded_full, a.gap_xs, {padding: 6}]}> + style={[ + t.atoms.bg_contrast_50, + a.rounded_full, + a.self_start, + {padding: 6}, + ]}> - + Germ DM @@ -75,6 +80,7 @@ function GermLogo({size}: {size: 'small' | 'large'}) { accessibilityIgnoresInvertColors={false} contentFit="cover" style={[ + a.rounded_full, size === 'large' ? {width: 32, height: 32} : {width: 16, height: 16}, ]} /> @@ -158,11 +164,11 @@ function GermSelfButton({did}: {did: string}) { style={[ t.atoms.bg_contrast_50, a.rounded_full, - a.gap_xs, - {padding: 6}, + a.self_start, + {padding: 6, paddingRight: 10}, ]}> - + Germ DM @@ -183,8 +189,8 @@ function GermSelfButton({did}: {did: string}) { - This button lets others send you a message on the Germ DM app. You - can manage its visibility from the Germ DM app. + This button lets others send you a message in the Germ DM app. You + can manage its visibility here or in Germ DM.