Set left margin of new list buttons
This commit is contained in:
parent
1828bc9755
commit
57ac782a2c
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue