Tweak prompt styles on mobile web (#3193)

This commit is contained in:
Eric Bailey
2024-03-12 20:12:45 -05:00
committed by GitHub
parent 7af338ed21
commit 653240bc05
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -305,7 +305,7 @@ let ProfileMenu = ({
confirmButtonCta={
profile.viewer?.blocking ? _(msg`Unblock`) : _(msg`Block`)
}
confirmButtonColor="negative"
confirmButtonColor={profile.viewer?.blocking ? undefined : 'negative'}
/>
</EventStopper>
)