Browse Source

fix: style on config page (#674)

pull/677/head
Dan Ditomaso 12 months ago
committed by GitHub
parent
commit
c6a564f7e4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/pages/Config/index.tsx

2
src/pages/Config/index.tsx

@ -202,7 +202,7 @@ const ConfigPage = () => {
className: cn([
"transition-opacity hover:bg-slate-200 disabled:hover:bg-white",
"hover:dark:bg-slate-300 hover:dark:text-black",
disabled ? "cursor-not-allowed" : "cursor-pointer",
"disabled:hover:cursor-not-allowed cursor-pointer",
]),
onClick: handleSave,
label: t("common:button.save"),

Loading…
Cancel
Save