Dan Ditomaso
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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"), |
|
|
|
|