From d614547d7e73ec1d2e7632a175d2042ad510647a Mon Sep 17 00:00:00 2001 From: pivi Date: Tue, 6 Jun 2023 16:54:35 +0200 Subject: [PATCH] We Put Brand Green on Radio Btn --- src/components/RadioButton/RadioButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/RadioButton/RadioButton.tsx b/src/components/RadioButton/RadioButton.tsx index 2ba60100..255ccf47 100644 --- a/src/components/RadioButton/RadioButton.tsx +++ b/src/components/RadioButton/RadioButton.tsx @@ -16,12 +16,12 @@ export function RadioButton(props: RadioButtonProps) { type="radio" className={`peer relative h-5 w-5 cursor-pointer appearance-none rounded-full - border-2 border-gray-400 checked:border-green-500`} + border-2 border-gray-400 checked:border-brand`} {...rest} />