mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
feat(react/dialogs): fix broken class name
This commit is contained in:
@@ -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}>
|
||||||
|
|||||||
Reference in New Issue
Block a user