Skip to content

Commit 52ab909

Browse files
authored
UX: add missing btn-default class to activation page (#36671)
Missing a btn-default class on account activation Before: <img width="1396" height="274" alt="image" src="https://github.com/user-attachments/assets/eb8a30d7-fc2d-4e68-91c1-b354297efa45" /> After: <img width="1076" height="212" alt="image" src="https://github.com/user-attachments/assets/a4639e27-9740-4fe2-816e-5ce155d4f10c" />
1 parent 5858402 commit 52ab909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/discourse/app/components/activation-controls.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default class ActivationControls extends Component {
2727
@action={{@editActivationEmail}}
2828
@label="login.change_email"
2929
@icon="pencil"
30-
class="edit-email"
30+
class="btn-default edit-email"
3131
/>
3232
{{/if}}
3333
</div>

0 commit comments

Comments
 (0)