From 7f9b5fc4ccad0f842d9013a15901d628f66184c9 Mon Sep 17 00:00:00 2001 From: emielvdveen Date: Sun, 3 Dec 2023 15:44:59 +0100 Subject: [PATCH] Fixed radio button by replacing css ring with outline --- core/frameworks/pixel/components/radio_group.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frameworks/pixel/components/radio_group.ex b/core/frameworks/pixel/components/radio_group.ex index 82f519089..903d731a2 100644 --- a/core/frameworks/pixel/components/radio_group.ex +++ b/core/frameworks/pixel/components/radio_group.ex @@ -34,7 +34,7 @@ defmodule Frameworks.Pixel.RadioGroup do type="radio" name="radio-group" checked={item.active} - class="cursor-pointer appearance-none w-3 h-3 rounded-full ring-2 ring-offset-4 ring-grey3 checked:bg-primary checked:ring-primary" + class="cursor-pointer appearance-none w-3 h-3 rounded-full outline outline-2 outline-offset-4 outline-grey3 checked:bg-primary checked:outline-primary" />
<%= item.value %>