- adjusted button on settings

This commit is contained in:
2025-12-09 15:53:20 +00:00
parent 0378667fe3
commit c73c5f4187

View File

@@ -219,7 +219,7 @@ const SystemConfig = () => {
</div>
<button
type="submit"
className="px-4 py-2 bg-green-700 text-white rounded-lg hover:bg-green-800 hover:cursor-pointer"
className="w-full md:w-1/4 text-white bg-green-700 hover:bg-green-800 font-small rounded-lg text-sm px-2 py-2.5 hover:cursor-pointer"
disabled={isLoading}
>
{isLoading ? "Saving..." : "Save Settings"}