Set left margin of new list buttons
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -63,7 +63,7 @@ export function ModerationModlistsScreen({}: Props) {
|
||||
</Trans>
|
||||
</Text>
|
||||
</View>
|
||||
<View>
|
||||
<View style={[{marginLeft: 18}, isMobile && {marginLeft: 12}]}>
|
||||
<Button
|
||||
testID="newModListBtn"
|
||||
type="default"
|
||||
|
||||
Reference in New Issue
Block a user