Fix UserProfile's behavior in dark theme

This commit is contained in:
Loren Burkholder 2021-01-22 19:18:56 -05:00
parent 98e7532854
commit 7e374a205c

View File

@ -14,6 +14,7 @@ ApplicationWindow {
width: 420 width: 420
minimumHeight: 420 minimumHeight: 420
palette: colors palette: colors
color: colors.window
ColumnLayout { ColumnLayout {
id: contentL id: contentL