Use correct colors

pull/595/head
Loren Burkholder 4 years ago
parent fa06881c49
commit 75920925dc
  1. 2
      resources/qml/InviteDialog.qml
  2. 2
      resources/qml/RoomMembers.qml

@ -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"

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

Loading…
Cancel
Save