From 8e8cb8e8df7710ab311a49e8d2cf2ec489c7e6f4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 9 Nov 2023 12:32:48 +0100 Subject: [PATCH] fix(NcCheckboxRadioSwitch): Fix contrast of Radio switches using button-variant Signed-off-by: Joas Schilling --- .../NcCheckboxContent.vue | 29 +++++++++++++++++-- .../NcCheckboxRadioSwitch.vue | 8 ++++- 2 files changed, 33 insertions(+), 4 deletions(-) diff --git a/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue b/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue index 5ec048f341..58ad696289 100644 --- a/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue +++ b/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue @@ -23,8 +23,16 @@