Skip to content

Commit aaf76b7

Browse files
Orbital-Webaronszanto
authored andcommitted
fix: continue button (onyx-dot-app#4724)
1 parent f309af0 commit aaf76b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/admin/connectors/[connector]/NavigationRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const NavigationRow = ({
6565
<div className="flex justify-end">
6666
{formStep === 0 && (
6767
<SquareNavigationButton
68-
className="bg-blue-400 text-white py-2.5 px-3.5 disabled:bg-blue-200"
68+
className="bg-blue-400 text-white py-2.5 px-3.5 disabled:bg-blue-200 disabled:text-neutral-400"
6969
disabled={!activatedCredential}
7070
onClick={nextFormStep}
7171
>

0 commit comments

Comments
 (0)