Skip to content

Commit

Permalink
don't fuck with the styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius committed Feb 7, 2025
1 parent 4653afc commit 004571e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/WhoCanReply.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ function Rules({
<>
<Text
style={[
a.text_md,
a.text_sm,
a.leading_snug,
a.flex_wrap,
t.atoms.text_contrast_high,
t.atoms.text_contrast_medium,
]}>
{settings.length === 0 ? (
<Trans>
Expand All @@ -234,10 +234,10 @@ function Rules({
{embeddingDisabled && (
<Text
style={[
a.text_md,
a.text_sm,
a.leading_snug,
a.flex_wrap,
t.atoms.text_contrast_high,
t.atoms.text_contrast_medium,
]}>
<Trans>No one but the author can quote this post.</Trans>
</Text>
Expand Down

0 comments on commit 004571e

Please sign in to comment.