Fix dark mode styling for disabled GPU dialog#804
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Signed-off-by: CodeVishal-17 <vishal.goyal7711@gmail.com>
cd43ea8 to
221114d
Compare
ada333
left a comment
There was a problem hiding this comment.
@CodeVishal-17 thanks for the changes!
the input fields look different:
also there is code duplication since you are using the same style twice
Could you please try to fix the code changes so the input fields (on all dialogs) look the same and there is minimal code duplication?
Signed-off-by: CodeVishal-17 <vishal.goyal7711@gmail.com>
|
Thanks for the review! I updated the implementation to reduce code duplication and aligned the disabled input styling more closely with the existing dialog styles. |
fixes #785
Summary
Fixes dark mode UI inconsistencies in the disabled GPU dialog.
Changes