Merge branch 'quiple-fix-margin' into main

This commit is contained in:
Paul Frazee
2024-01-23 20:17:08 -08:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ let FeedItemInner = ({
type="md"
did={replyAuthorDid}
attr="displayName"
style={[pal.textLight, s.ml2]}
style={[pal.textLight]}
/>
</Trans>
</Text>
+1 -1
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"
+1 -1
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"