diff --git a/src/components/dms/MessageProfileButton.tsx b/src/components/dms/MessageProfileButton.tsx index 22936b4c06..02e3a10472 100644 --- a/src/components/dms/MessageProfileButton.tsx +++ b/src/components/dms/MessageProfileButton.tsx @@ -76,7 +76,7 @@ export function MessageProfileButton({ accessibilityRole="button" testID="dmBtn" size="small" - color="secondary" + color="secondary_inverted" variant="solid" shape="round" label={_(msg`Message ${profile.handle}`)} diff --git a/src/screens/Profile/Header/ProfileHeaderStandard.tsx b/src/screens/Profile/Header/ProfileHeaderStandard.tsx index 31cc48ab99..4317915470 100644 --- a/src/screens/Profile/Header/ProfileHeaderStandard.tsx +++ b/src/screens/Profile/Header/ProfileHeaderStandard.tsx @@ -176,7 +176,7 @@ let ProfileHeaderStandard = ({