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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

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>
)