Set left margin of new list buttons

This commit is contained in:
Minseo Lee
2024-01-23 10:12:43 +09:00
parent 1828bc9755
commit 57ac782a2c
2 changed files with 2 additions and 2 deletions
+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"