Fix reply text color

pull/1576/head
Loren Burkholder 1 year ago
parent 2401c211ab
commit 8b05a4facd
  1. 4
      resources/qml/MatrixText.qml

@ -2,7 +2,9 @@
//
// SPDX-License-Identifier: GPL-3.0-or-later
import QtQuick
// TODO: using any Qt 6 API version will screw up the reply text color. We need to
// figure out a more permanent fix than just importing the old version.
import QtQuick 2.15
import QtQuick.Controls
import im.nheko

Loading…
Cancel
Save