Skip to content

Commit

Permalink
fix(VSelectionControl): apply baseColor to background colors
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 7, 2024
1 parent f1735a5 commit 7596038
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7596038

Please sign in to comment.