change some button styling

This commit is contained in:
2026-03-31 21:03:16 -04:00
parent cacddd16e2
commit 3a69c04c25
4 changed files with 9 additions and 2 deletions

View File

@@ -25,12 +25,15 @@
id="current_password"
placeholder="Current Password"
/>
<br />
<input type="password" id="new_password" placeholder="New Password" />
<br />
<input
type="password"
id="new_password_repeat"
placeholder="New Password(repeat)"
/>
<br />
<button id="final_change_password_button">Change Password</button>
</div>