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.