diff --git a/src/frontend/src/components/core/parameterRenderComponent/components/ToolsComponent/index.tsx b/src/frontend/src/components/core/parameterRenderComponent/components/ToolsComponent/index.tsx index b2e738cca..69a5c0c20 100644 --- a/src/frontend/src/components/core/parameterRenderComponent/components/ToolsComponent/index.tsx +++ b/src/frontend/src/components/core/parameterRenderComponent/components/ToolsComponent/index.tsx @@ -68,7 +68,7 @@ export default function ToolsComponent({ disabled={!value || disabled} size={"iconMd"} className={cn( - "absolute -top-8 right-0 font-semibold text-muted-foreground group-hover:text-primary", + "absolute -top-8 right-0 !text-mmd font-normal text-muted-foreground group-hover:text-primary", )} data-testid="button_open_actions" onClick={() => setIsModalOpen(true)} diff --git a/src/frontend/src/components/ui/checkbox.tsx b/src/frontend/src/components/ui/checkbox.tsx index a4740184e..4eb13f030 100644 --- a/src/frontend/src/components/ui/checkbox.tsx +++ b/src/frontend/src/components/ui/checkbox.tsx @@ -12,7 +12,7 @@ const Checkbox = React.forwardRef< ( ({ className, inputClassName, icon = "", type, ...props }, ref) => { if (icon) { return ( -