diff --git a/src/platform/workspace/components/dialogs/settings/AutoReloadSection.vue b/src/platform/workspace/components/dialogs/settings/AutoReloadSection.vue index 8e8b3dec42..6c6d958345 100644 --- a/src/platform/workspace/components/dialogs/settings/AutoReloadSection.vue +++ b/src/platform/workspace/components/dialogs/settings/AutoReloadSection.vue @@ -52,7 +52,7 @@ {{ $t('workspacePanel.autoReload.tile.label') }} - +

{ return '' }) +// Paused is an alert state, so give it the high-contrast (inverted) pill; the +// quieter "off" state keeps the secondary treatment. +const badgeSeverity = computed(() => + isPaused.value ? 'contrast' : 'secondary' +) + const reloadCreditsLabel = computed(() => fmtCredits(config.reloadCredits)) const thresholdLabel = computed(() => fmtCredits(config.thresholdCredits))