Skip to content

Commit

Permalink
fix(DuoListPressable): ajustement de la marge supérieure pour le text…
Browse files Browse the repository at this point in the history
…e sans sous-texte
  • Loading branch information
ecnivtwelve committed Dec 25, 2024
1 parent 32f1a35 commit b903478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FirstInstallation/DuoListPressable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const DuoListPressable: React.FC<{
styles.text,
enabled && styles.text_enabled,
enabled ? { color: colors.primary } : { color: colors.text + "88" },
subtext ? { marginBottom: 2 } : { marginTop: 5 },
subtext ? { marginBottom: 2 } : { marginTop: 2 },
]}
numberOfLines={1}
ellipsizeMode="tail"
Expand Down

0 comments on commit b903478

Please sign in to comment.