From 855647fdf0211a8a29d658de008adb07e81bbe6d Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 20 Jul 2022 20:02:12 +0200 Subject: [PATCH] minor UI fixes --- frontend/src/lib/components/RadioButton.svelte | 2 +- frontend/src/lib/components/RadioButtonV2.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/RadioButton.svelte b/frontend/src/lib/components/RadioButton.svelte index a3554842ec..0e1d5c4e29 100644 --- a/frontend/src/lib/components/RadioButton.svelte +++ b/frontend/src/lib/components/RadioButton.svelte @@ -34,6 +34,6 @@ } label.selected { - @apply border bg-blue-500/90 text-white rounded-md px-3 flex items-center justify-center text-sm font-medium uppercase sm:flex-1 cursor-pointer focus:outline-none; + @apply border bg-blue-500/70 text-white rounded-md px-3 flex items-center justify-center text-sm font-medium uppercase sm:flex-1 cursor-pointer focus:outline-none; } diff --git a/frontend/src/lib/components/RadioButtonV2.svelte b/frontend/src/lib/components/RadioButtonV2.svelte index 2769c3ee39..f2ccd88588 100644 --- a/frontend/src/lib/components/RadioButtonV2.svelte +++ b/frontend/src/lib/components/RadioButtonV2.svelte @@ -32,6 +32,6 @@ display: block; } .selected { - @apply bg-gray-300/90; + @apply bg-blue-500/70; }