-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gui): Promotes the "Confirm" button (#651)
Team's feedback was that the button was not looking like a Yaru styled button. It was, but a `TextButton` which is a low emphasis component. Upon discussion, we settled with the higher emphasis `ElevatedButton`, which is even higher in Yaru. So this removes any further styling, convert the button to `ElevatedButton` and detaches it from the text input field. No functionality changes, yet some tests required updates in how they find that button. ![image](https://github.com/canonical/ubuntu-pro-for-wsl/assets/11138291/fe7ed2ea-7bb7-45d2-a355-eca08cebca85) UDENG-2376
- Loading branch information
Showing
3 changed files
with
38 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters