Describe the bug
The color of modal dialogs is the same as that of the input fields. This is not correct, it should be either the "light" or the "dark" background that is used for other components, such as the breadcrumbs, and the different panels e.g. the "Profile" page section.
How to Reproduce
Steps to reproduce the behavior:
Login to the marketplace UI
Change the color for "input background color " in the Profile page.
Go to "Account -> Payment"
Click on the button "Add Billing Address" to open the modal dialog and then on "x".
Click on the button "Add Payment Type"
Observed behavior
The background color of the modal dialog is the input background color.
Furthermore, the border of input fields is grayish, that is not visible at all.
Expected behavior
The background color of the modal dialog is the "dark" or "light" background color.
The border of the input fields is the same as the foreground color (in our case black).
Screenshots
Additional context
All modal dialogs have the same layout issue.
Version Info latest master
Describe the bug The color of modal dialogs is the same as that of the input fields. This is not correct, it should be either the "light" or the "dark" background that is used for other components, such as the breadcrumbs, and the different panels e.g. the "Profile" page section.
How to Reproduce Steps to reproduce the behavior:
Observed behavior The background color of the modal dialog is the input background color. Furthermore, the border of input fields is grayish, that is not visible at all.
Expected behavior The background color of the modal dialog is the "dark" or "light" background color. The border of the input fields is the same as the foreground color (in our case black).
Screenshots
Additional context All modal dialogs have the same layout issue.