Use correct colors

This commit is contained in:
Loren Burkholder 2021-07-20 18:04:19 -04:00
parent fa06881c49
commit 75920925dc
2 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,8 @@ ApplicationWindow {
y: MainWindow.y + (MainWindow.height / 2) - (height / 2)
height: 380
width: 340
palette: Nheko.colors
color: Nheko.colors.window
Shortcut {
sequence: "Ctrl+Enter"

View File

@ -20,6 +20,8 @@ ApplicationWindow {
height: 650
width: 420
minimumHeight: 420
palette: Nheko.colors
color: Nheko.colors.window
Shortcut {
sequence: StandardKey.Cancel