Fix button theming for custom themes (#2216)

This commit is contained in:
Devon Doyle
2025-12-05 04:02:46 -05:00
committed by GitHub
parent 017b074eae
commit 369d10eb91
2 changed files with 4 additions and 3 deletions

View File

@@ -177,7 +177,7 @@ const wrappedCameras = computed<SelectItem[]>(() =>
<v-btn
block
size="small"
color="primary"
color="buttonActive"
:disabled="!settingsHaveChanged()"
:variant="theme.global.name.value === 'LightTheme' ? 'elevated' : 'outlined'"
@click="saveCameraSettings"