UI: Change about dialog bottom color (light theme)

This changes the bottom area color for the about dialog
for the light theme. This color makes it more consistent
for the theme.
master
Clayton Groeneveld 2018-09-13 19:43:02 -05:00
parent 6c42d07751
commit 11cd83edf5
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ QLabel#errorLabel {
}
* [themeID="aboutHLayout"] {
background-color: rgb(169, 169, 169);
background-color: #DCD9D7;
}
/* Preview background color */