mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
feat(react/dialogs): fix broken class name
This commit is contained in:
parent
79c5d479fc
commit
a4e6a964c9
@ -11,7 +11,7 @@ interface FormCheckboxProps {
|
|||||||
|
|
||||||
export default function FormCheckbox({ name, label, currentValue, onChange, hint }: FormCheckboxProps) {
|
export default function FormCheckbox({ name, label, currentValue, onChange, hint }: FormCheckboxProps) {
|
||||||
return (
|
return (
|
||||||
<div className="form-check">
|
<div className="form-checkbox">
|
||||||
<label
|
<label
|
||||||
className="form-check-label tn-checkbox"
|
className="form-check-label tn-checkbox"
|
||||||
style={hint && { textDecoration: "underline dotted var(--main-text-color)" }} title={hint}>
|
style={hint && { textDecoration: "underline dotted var(--main-text-color)" }} title={hint}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user