bug fixed

This commit is contained in:
daniel31x13
2024-11-06 03:36:02 -05:00
parent b2c5c3c6dd
commit a6a0f6965b
5 changed files with 84 additions and 74 deletions
+8 -5
View File
@@ -127,11 +127,14 @@ const IconPopover = ({
</label>
</div>
</div>
<div
className="btn btn-ghost btn-sm mt-2 w-fit mx-auto"
onClick={reset as React.MouseEventHandler<HTMLDivElement>}
>
{t("reset_defaults")}
<div className="flex flex-col-reverse gap-2 justify-between items-center mt-2">
<p className="text-neutral text-sm">{t("close_to_apply")}</p>
<div
className="btn btn-ghost btn-sm w-fit"
onClick={reset as React.MouseEventHandler<HTMLDivElement>}
>
{t("reset_defaults")}
</div>
</div>
</div>
</div>