mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
theme: use radio focus color from theme
This commit is contained in:
committed by
Abdullah Atta
parent
2c22a7ca90
commit
af1cea81dc
@@ -68,8 +68,15 @@ const error: ThemeUIStyleObject = {
|
||||
}
|
||||
};
|
||||
|
||||
const radio: ThemeUIStyleObject = {
|
||||
"input:focus ~ &": {
|
||||
backgroundColor: `border-secondary`
|
||||
}
|
||||
};
|
||||
|
||||
export const inputVariants = {
|
||||
input: defaultVariant,
|
||||
error,
|
||||
clean
|
||||
clean,
|
||||
radio
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user