summary refs log tree commit diff
path: root/resources/qml/voip/DeviceError.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/voip/DeviceError.qml')
-rw-r--r--resources/qml/voip/DeviceError.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/qml/voip/DeviceError.qml b/resources/qml/voip/DeviceError.qml

index 9328e385..afb70b7f 100644 --- a/resources/qml/voip/DeviceError.qml +++ b/resources/qml/voip/DeviceError.qml
@@ -24,19 +24,19 @@ Popup { Image { Layout.preferredWidth: 16 Layout.preferredHeight: 16 - source: "image://colorimage/" + image + "?" + Nheko.colors.windowText + source: "image://colorimage/" + image + "?" + palette.windowText } Label { text: errorString - color: Nheko.colors.windowText + color: palette.windowText } } background: Rectangle { - color: Nheko.colors.window - border.color: Nheko.colors.windowText + color: palette.window + border.color: palette.windowText } }