theme: use radio focus color from theme

This commit is contained in:
Abdullah Atta
2023-09-21 13:49:44 +05:00
committed by Abdullah Atta
parent 2c22a7ca90
commit af1cea81dc

View File

@@ -68,8 +68,15 @@ const error: ThemeUIStyleObject = {
}
};
const radio: ThemeUIStyleObject = {
"input:focus ~ &": {
backgroundColor: `border-secondary`
}
};
export const inputVariants = {
input: defaultVariant,
error,
clean
clean,
radio
};