Merge branch 'quiple-fix-margin' into main

zio/stable
Paul Frazee 2024-01-23 20:17:08 -08:00
commit 382383ca87
3 changed files with 3 additions and 3 deletions

View File

@ -289,7 +289,7 @@ let FeedItemInner = ({
type="md" type="md"
did={replyAuthorDid} did={replyAuthorDid}
attr="displayName" attr="displayName"
style={[pal.textLight, s.ml2]} style={[pal.textLight]}
/> />
</Trans> </Trans>
</Text> </Text>

View File

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

View File

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