mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
center align checkbox label by default
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.body {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.input:disabled {
|
||||
border: 1px solid var(--theme-colors-border);
|
||||
opacity: 0.6;
|
||||
|
||||
@@ -10,6 +10,7 @@ export const Checkbox = forwardRef<HTMLInputElement, CheckboxProps>(
|
||||
return (
|
||||
<MantineCheckbox
|
||||
classNames={{
|
||||
body: styles.body,
|
||||
input: styles.input,
|
||||
label: styles.label,
|
||||
...classNames,
|
||||
|
||||
Reference in New Issue
Block a user