diff --git a/packages/vuetify/src/components/VSelectionControl/VSelectionControl.tsx b/packages/vuetify/src/components/VSelectionControl/VSelectionControl.tsx index ab11c870b288..7340ba329545 100644 --- a/packages/vuetify/src/components/VSelectionControl/VSelectionControl.tsx +++ b/packages/vuetify/src/components/VSelectionControl/VSelectionControl.tsx @@ -123,7 +123,7 @@ export function useSelectionControl ( model.value && !props.error && !props.disabled - ) ? props.color : undefined + ) ? props.color : props.baseColor })) const icon = computed(() => model.value ? props.trueIcon : props.falseIcon)