Skip to content
Snippets Groups Projects
Commit 17e199b3 authored by Leonardo Christino's avatar Leonardo Christino
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 05c9262d
No related branches found
No related tags found
1 merge request!229fix: boolean input styling
Pipeline #138921 passed
......@@ -445,6 +445,7 @@ export const BooleanInput = ({ label, value, onChange, tooltip, info, size, requ
}
}}
className="checkbox checkbox-xs"
aria-label={`Toggle ${label}`}
/>
</TooltipTrigger>
{tooltip && <TooltipContent>{tooltip}</TooltipContent>}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment