diff --git a/src/components/AccountList.tsx b/src/components/AccountList.tsx
index e3b2b7d129..e01ca31d2c 100644
--- a/src/components/AccountList.tsx
+++ b/src/components/AccountList.tsx
@@ -172,7 +172,7 @@ function AccountItem({
{isCurrentAccount ? (
-
+
) : (
)}
diff --git a/src/components/PostControls/RepostButton.tsx b/src/components/PostControls/RepostButton.tsx
index f34e37c29c..d759f94575 100644
--- a/src/components/PostControls/RepostButton.tsx
+++ b/src/components/PostControls/RepostButton.tsx
@@ -57,7 +57,7 @@ let RepostButton = ({
@@ -100,7 +100,7 @@ export const RepostButton = ({
requireAuth(() => {})}
active={isReposted}
- activeColor={t.palette.positive_600}
+ activeColor={t.palette.positive_500}
label={_(msg`Repost or quote post`)}
big={big}>
diff --git a/src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx b/src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx
index c45bc3a2c8..3146ddc80e 100644
--- a/src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx
+++ b/src/components/ageAssurance/AgeAssuranceRedirectDialog.tsx
@@ -159,7 +159,7 @@ export function Inner({}: {optimisticState?: AgeAssuranceRedirectDialogState}) {
a.pt_lg,
a.pb_md,
]}>
-
+
Success
diff --git a/src/components/dialogs/EmailDialog/screens/Update.tsx b/src/components/dialogs/EmailDialog/screens/Update.tsx
index a0ec69c859..f92e764767 100644
--- a/src/components/dialogs/EmailDialog/screens/Update.tsx
+++ b/src/components/dialogs/EmailDialog/screens/Update.tsx
@@ -281,7 +281,7 @@ export function Update(_props: ScreenProps) {
-
+
Success!
diff --git a/src/components/dialogs/EmailDialog/screens/Verify.tsx b/src/components/dialogs/EmailDialog/screens/Verify.tsx
index 74ff9c96be..6116acf2f7 100644
--- a/src/components/dialogs/EmailDialog/screens/Verify.tsx
+++ b/src/components/dialogs/EmailDialog/screens/Verify.tsx
@@ -176,7 +176,7 @@ export function Verify({config, showScreen}: ScreenProps) {
-
+
{' '}
Email verification complete!
@@ -202,7 +202,7 @@ export function Verify({config, showScreen}: ScreenProps) {
state.mutationStatus === 'success' ? (
<>
-
+
{' '}
Email sent!
diff --git a/src/screens/Search/modules/ExploreTrendingTopics.tsx b/src/screens/Search/modules/ExploreTrendingTopics.tsx
index 72de1419ef..f96e66d787 100644
--- a/src/screens/Search/modules/ExploreTrendingTopics.tsx
+++ b/src/screens/Search/modules/ExploreTrendingTopics.tsx
@@ -194,7 +194,7 @@ function TrendingIndicator({type}: {type: TrendingIndicatorType | 'skeleton'}) {
case 'new': {
Icon = TrendingIcon
text = _(msg`New`)
- color = t.palette.positive_700
+ color = t.palette.positive_600
backgroundColor = t.palette.positive_50
break
}
diff --git a/src/screens/Settings/components/ChangeHandleDialog.tsx b/src/screens/Settings/components/ChangeHandleDialog.tsx
index 588a0a3ba6..73bb21df6e 100644
--- a/src/screens/Settings/components/ChangeHandleDialog.tsx
+++ b/src/screens/Settings/components/ChangeHandleDialog.tsx
@@ -636,7 +636,7 @@ function SuccessMessage({text}: {text: string}) {
a.rounded_full,
a.align_center,
a.justify_center,
- {backgroundColor: t.palette.positive_600},
+ {backgroundColor: t.palette.positive_500},
]}>
diff --git a/src/screens/Signup/StepHandle/index.tsx b/src/screens/Signup/StepHandle/index.tsx
index 696c4d468b..6067430ace 100644
--- a/src/screens/Signup/StepHandle/index.tsx
+++ b/src/screens/Signup/StepHandle/index.tsx
@@ -169,7 +169,7 @@ export function StepHandle() {
{isHandleAvailable?.available && (
)}
diff --git a/src/view/com/notifications/NotificationFeedItem.tsx b/src/view/com/notifications/NotificationFeedItem.tsx
index 8f33f4b796..3034864f11 100644
--- a/src/view/com/notifications/NotificationFeedItem.tsx
+++ b/src/view/com/notifications/NotificationFeedItem.tsx
@@ -307,7 +307,7 @@ let NotificationFeedItem = ({
) : (
{firstAuthorLink} reposted your post
)
- icon =
+ icon =
} else if (item.type === 'follow') {
let isFollowBack = false
@@ -519,7 +519,7 @@ let NotificationFeedItem = ({
) : (
{firstAuthorLink} reposted your repost
)
- icon =
+ icon =
} else if (item.type === 'subscribed-post') {
const postsCount = 1 + (item.additional?.length || 0)
a11yLabel = hasMultipleAuthors