Tweak prompt styles on mobile web (#3193)
This commit is contained in:
@@ -305,7 +305,7 @@ let ProfileMenu = ({
|
||||
confirmButtonCta={
|
||||
profile.viewer?.blocking ? _(msg`Unblock`) : _(msg`Block`)
|
||||
}
|
||||
confirmButtonColor="negative"
|
||||
confirmButtonColor={profile.viewer?.blocking ? undefined : 'negative'}
|
||||
/>
|
||||
</EventStopper>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user