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

index 99b82046..4e29c1ae 100644 --- a/resources/qml/voip/PlaceCall.qml +++ b/resources/qml/voip/PlaceCall.qml
@@ -31,7 +31,7 @@ ApplicationWindow { Label { font.pointSize: fontMetrics.font.pointSize * 1.1 text: qsTr("Place a call to ") + TimelineManager.timeline.roomName + "?" - color: windowText + color: colors.windowText } Item {