Issue Summary
The username update confirmation dialog on the onboarding/profile settings flow appears visually misaligned compared to other dialogs in the application.
Steps to Reproduce
- Navigate to the onboarding flow or profile settings page.
- Change the username value.
- Click the Update button.
- Observe the confirmation dialog that appears before saving the username.
Actual Results
- The dialog header content appears misaligned.
- The icon and heading do not appear visually aligned.
- The footer actions do not appear consistent with other dialogs in the application.
Additional Context
This dialog uses the confirmation variant of DialogContent. The confirmation variant renders the icon together with the heading in a different layout than other dialog variants. It is unclear whether the issue originates from the confirmation dialog layout itself or from how the username update dialog is consuming the component.
Issue Summary
The username update confirmation dialog on the onboarding/profile settings flow appears visually misaligned compared to other dialogs in the application.
Steps to Reproduce
Actual Results
Additional Context
This dialog uses the
confirmationvariant ofDialogContent. Theconfirmationvariant renders the icon together with the heading in a different layout than other dialog variants. It is unclear whether the issue originates from the confirmation dialog layout itself or from how the username update dialog is consuming the component.