diff --git a/frontend/src/lib/components/RadioButtonV2.svelte b/frontend/src/lib/components/RadioButtonV2.svelte index f2ccd88588..acfb21cbf4 100644 --- a/frontend/src/lib/components/RadioButtonV2.svelte +++ b/frontend/src/lib/components/RadioButtonV2.svelte @@ -32,6 +32,9 @@ display: block; } .selected { - @apply bg-blue-500/70; + @apply bg-blue-500/70 text-white; + } + .selected > h2 { + @apply text-white; }