diff options
Diffstat (limited to 'src/components/live/EditLiveDialog.tsx')
-rw-r--r-- | src/components/live/EditLiveDialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/live/EditLiveDialog.tsx b/src/components/live/EditLiveDialog.tsx index cdffb3286..63fe664e5 100644 --- a/src/components/live/EditLiveDialog.tsx +++ b/src/components/live/EditLiveDialog.tsx @@ -240,7 +240,7 @@ function DialogInner({ label={_(msg`Remove live status`)} onPress={() => removeLiveStatus()} size={platform({native: 'large', web: 'small'})} - color="negative_secondary" + color="negative_subtle" variant="solid" disabled={isRemovingLiveStatus || isGoingLive}> <ButtonText> |