use bold text to match other style
This commit is contained in:
@@ -214,7 +214,7 @@ export function DescriptionPlaceholder() {
|
|||||||
export function Likes({count}: {count: number}) {
|
export function Likes({count}: {count: number}) {
|
||||||
const t = useTheme()
|
const t = useTheme()
|
||||||
return (
|
return (
|
||||||
<Text style={[a.text_sm, t.atoms.text_contrast_medium]}>
|
<Text style={[a.text_sm, t.atoms.text_contrast_medium, a.font_bold]}>
|
||||||
<Trans>
|
<Trans>
|
||||||
Liked by <Plural value={count || 0} one="# user" other="# users" />
|
Liked by <Plural value={count || 0} one="# user" other="# users" />
|
||||||
</Trans>
|
</Trans>
|
||||||
|
|||||||
Reference in New Issue
Block a user