From 6a5195498f64afdaf308946f56b8cbb161d0b9e5 Mon Sep 17 00:00:00 2001 From: Piros <72915404+Hidde-Heijnen@users.noreply.github.com> Date: Sat, 20 May 2023 08:03:52 +0200 Subject: [PATCH] fix(radio-group): add aspect-square on radio button (#379) Co-authored-by: shadcn --- apps/www/components/ui/radio-group.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/components/ui/radio-group.tsx b/apps/www/components/ui/radio-group.tsx index f1e05584d3..7a5450aa69 100644 --- a/apps/www/components/ui/radio-group.tsx +++ b/apps/www/components/ui/radio-group.tsx @@ -28,7 +28,7 @@ const RadioGroupItem = React.forwardRef<