diff --git a/src/screens/ProfileModerationService/ErrorState.tsx b/src/screens/ProfileModerationService/ErrorState.tsx
index e3d02235af..2ec2cf592e 100644
--- a/src/screens/ProfileModerationService/ErrorState.tsx
+++ b/src/screens/ProfileModerationService/ErrorState.tsx
@@ -25,7 +25,7 @@ export function ErrorState({error}: {error: string}) {
return (
-
+
Hmmmm, we couldn't load that moderation service.
@@ -35,7 +35,7 @@ export function ErrorState({error}: {error: string}) {
a.text_md,
a.leading_normal,
a.pb_md,
- t.atoms.text_contrast_700,
+ t.atoms.text_contrast_medium,
]}>
This moderation service is unavailable. See below for more details. If
diff --git a/src/screens/ProfileModerationService/Header.tsx b/src/screens/ProfileModerationService/Header.tsx
index c71c9cd30c..2f3a5ef2ec 100644
--- a/src/screens/ProfileModerationService/Header.tsx
+++ b/src/screens/ProfileModerationService/Header.tsx
@@ -122,7 +122,7 @@ export function Header({
-
+
Moderation service
@@ -208,7 +208,7 @@ function CommonControls({
accessibilityLabel={_(msg`More options`)}
accessibilityHint="">
-
+
)
diff --git a/src/screens/ProfileModerationService/PreferenceRow.tsx b/src/screens/ProfileModerationService/PreferenceRow.tsx
index f7d4a0bd4c..17bc0a887e 100644
--- a/src/screens/ProfileModerationService/PreferenceRow.tsx
+++ b/src/screens/ProfileModerationService/PreferenceRow.tsx
@@ -33,7 +33,7 @@ export function PreferenceRow({labelGroup}: {labelGroup: string}) {
]}>
{groupInfoStrings.name}
-
+
{groupInfoStrings.description}
diff --git a/src/screens/ProfileModerationService/index.tsx b/src/screens/ProfileModerationService/index.tsx
index ec7339d672..cf776c77a3 100644
--- a/src/screens/ProfileModerationService/index.tsx
+++ b/src/screens/ProfileModerationService/index.tsx
@@ -62,7 +62,7 @@ export function ProfileModserviceScreen(
style={[
a.border_l,
a.border_r,
- t.atoms.border,
+ t.atoms.border_contrast_low,
{
minHeight: MIN_HEIGHT,
},
@@ -200,7 +200,7 @@ export function ProfileModserviceScreenInner({
style={[
a.text_md,
a.leading_normal,
- t.atoms.text_contrast_700,
+ t.atoms.text_contrast_medium,
{fontStyle: 'italic'},
]}>
No description
@@ -212,7 +212,7 @@ export function ProfileModserviceScreenInner({
a.text_md,
a.leading_normal,
a.italic,
- t.atoms.text_contrast_700,
+ t.atoms.text_contrast_medium,
]}>
Operated by{' '}
@@ -239,7 +239,7 @@ export function ProfileModserviceScreenInner({
{isLiked ? (
) : (
-
+
)}