Merge branch 'fix-margin' of https://github.com/quiple/social-app into quiple-fix-margin

This commit is contained in:
Paul Frazee 2024-01-23 20:14:09 -08:00
commit 8a59e5310e
4 changed files with 4 additions and 4 deletions

View file

@ -61,7 +61,7 @@ export function ListsScreen({}: Props) {
<Trans>Public, shareable lists which can drive feeds.</Trans>
</Text>
</View>
<View>
<View style={[{marginLeft: 18}, isMobile && {marginLeft: 12}]}>
<Button
testID="newUserListBtn"
type="default"

View file

@ -63,7 +63,7 @@ export function ModerationModlistsScreen({}: Props) {
</Trans>
</Text>
</View>
<View>
<View style={[{marginLeft: 18}, isMobile && {marginLeft: 12}]}>
<Button
testID="newModListBtn"
type="default"