From 84213eabcb6fcc48bd34b68dd9d821328817c2a2 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 3 Dec 2024 16:41:19 +0000 Subject: [PATCH] theme entire profile --- src/components/dms/MessageProfileButton.tsx | 2 +- .../Profile/Header/ProfileHeaderStandard.tsx | 7 +- src/view/com/profile/ProfileMenu.tsx | 2 +- src/view/screens/Profile.tsx | 302 +++++++++--------- 4 files changed, 154 insertions(+), 159 deletions(-) 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 = ({