tweak styles

This commit is contained in:
Samuel Newman
2026-02-11 12:59:12 +02:00
parent daf39f679f
commit c94b7f3df3
@@ -72,7 +72,7 @@ export function GermButton({
<Text style={[a.text_sm, a.font_medium, a.ml_xs]}>
<Trans>Germ DM</Trans>
</Text>
<ArrowTopRightIcon style={[t.atoms.text]} size="sm" />
<ArrowTopRightIcon style={[t.atoms.text, a.mx_2xs]} width={14} />
</Link>
)
}