mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 14:51:05 +08:00
feat(react/dialogs): fix broken class name
This commit is contained in:
parent
79c5d479fc
commit
a4e6a964c9
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ interface FormCheckboxProps {
|
|||
|
||||
export default function FormCheckbox({ name, label, currentValue, onChange, hint }: FormCheckboxProps) {
|
||||
return (
|
||||
<div className="form-check">
|
||||
<div className="form-checkbox">
|
||||
<label
|
||||
className="form-check-label tn-checkbox"
|
||||
style={hint && { textDecoration: "underline dotted var(--main-text-color)" }} title={hint}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue