Tweak prompt styles on mobile web (#3193)
This commit is contained in:
parent
7af338ed21
commit
653240bc05
2 changed files with 4 additions and 2 deletions
|
@ -305,7 +305,7 @@ let ProfileMenu = ({
|
|||
confirmButtonCta={
|
||||
profile.viewer?.blocking ? _(msg`Unblock`) : _(msg`Block`)
|
||||
}
|
||||
confirmButtonColor="negative"
|
||||
confirmButtonColor={profile.viewer?.blocking ? undefined : 'negative'}
|
||||
/>
|
||||
</EventStopper>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue