Adjust font sizes
This commit is contained in:
@@ -211,7 +211,7 @@ export function ModerationScreenInner({
|
|||||||
onPress={() => mutedWordsDialogControl.open()}>
|
onPress={() => mutedWordsDialogControl.open()}>
|
||||||
<View style={[a.flex_row, a.align_center, a.gap_md]}>
|
<View style={[a.flex_row, a.align_center, a.gap_md]}>
|
||||||
<Filter size="md" style={[t.atoms.text_contrast_medium]} />
|
<Filter size="md" style={[t.atoms.text_contrast_medium]} />
|
||||||
<Text style={[a.text_md]}>
|
<Text style={[a.text_sm, a.font_bold]}>
|
||||||
<Trans>Muted words & tags</Trans>
|
<Trans>Muted words & tags</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
@@ -233,7 +233,7 @@ export function ModerationScreenInner({
|
|||||||
to="/moderation/modlists">
|
to="/moderation/modlists">
|
||||||
<View style={[a.flex_row, a.align_center, a.gap_md]}>
|
<View style={[a.flex_row, a.align_center, a.gap_md]}>
|
||||||
<Group size="md" style={[t.atoms.text_contrast_medium]} />
|
<Group size="md" style={[t.atoms.text_contrast_medium]} />
|
||||||
<Text style={[a.text_md]}>
|
<Text style={[a.text_sm, a.font_bold]}>
|
||||||
<Trans>Moderation lists</Trans>
|
<Trans>Moderation lists</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
@@ -255,7 +255,7 @@ export function ModerationScreenInner({
|
|||||||
to="/moderation/muted-accounts">
|
to="/moderation/muted-accounts">
|
||||||
<View style={[a.flex_row, a.align_center, a.gap_md]}>
|
<View style={[a.flex_row, a.align_center, a.gap_md]}>
|
||||||
<Person size="md" style={[t.atoms.text_contrast_medium]} />
|
<Person size="md" style={[t.atoms.text_contrast_medium]} />
|
||||||
<Text style={[a.text_md]}>
|
<Text style={[a.text_sm, a.font_bold]}>
|
||||||
<Trans>Muted accounts</Trans>
|
<Trans>Muted accounts</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
@@ -277,7 +277,7 @@ export function ModerationScreenInner({
|
|||||||
to="/moderation/blocked-accounts">
|
to="/moderation/blocked-accounts">
|
||||||
<View style={[a.flex_row, a.align_center, a.gap_md]}>
|
<View style={[a.flex_row, a.align_center, a.gap_md]}>
|
||||||
<CircleBanSign size="md" style={[t.atoms.text_contrast_medium]} />
|
<CircleBanSign size="md" style={[t.atoms.text_contrast_medium]} />
|
||||||
<Text style={[a.text_md]}>
|
<Text style={[a.text_sm, a.font_bold]}>
|
||||||
<Trans>Blocked accounts</Trans>
|
<Trans>Blocked accounts</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
@@ -351,11 +351,7 @@ export function ModerationScreenInner({
|
|||||||
a.justify_between,
|
a.justify_between,
|
||||||
]}>
|
]}>
|
||||||
<Text
|
<Text
|
||||||
style={[
|
style={[a.font_semibold, t.atoms.text_contrast_high]}>
|
||||||
a.text_md,
|
|
||||||
a.font_semibold,
|
|
||||||
t.atoms.text_contrast_high,
|
|
||||||
]}>
|
|
||||||
<Trans>Enable adult content</Trans>
|
<Trans>Enable adult content</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
<Toggle.Item
|
<Toggle.Item
|
||||||
|
|||||||
Reference in New Issue
Block a user