Skip to content

Commit cfc55b2

Browse files
committed
Change save profile button
1 parent 36b35ce commit cfc55b2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/app/(authenticated)/profile/edit/EditProfileForm.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -590,11 +590,9 @@ export default function EditProfileForm({
590590
</fieldset>
591591
</div>
592592

593-
<button
594-
className="bg-sinfo-primary text-white rounded-full p-4 fixed mb-navbar bottom-4 right-4 disabled:opacity-75"
595-
type="submit"
596-
>
597-
<Save size={32} />
593+
<button className="button-primary" type="submit">
594+
<Save size={16} />
595+
Save profile
598596
</button>
599597
</form>
600598
);

0 commit comments

Comments
 (0)