mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-29 14:18:49 +03:00
Fix missing import for colors
This commit is contained in:
parent
22afa122c4
commit
877f4daa1a
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
import QtQuick 2.12
|
import QtQuick 2.12
|
||||||
import QtQuick.Controls 2.12
|
import QtQuick.Controls 2.12
|
||||||
import QtQuick.Layouts 1.12
|
import QtQuick.Layouts 1.12
|
||||||
|
import im.nheko 1.0
|
||||||
|
|
||||||
TextField {
|
TextField {
|
||||||
id: input
|
id: input
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
import QtQuick 2.5
|
import QtQuick 2.5
|
||||||
import QtQuick.Controls 2.1
|
import QtQuick.Controls 2.1
|
||||||
|
import im.nheko 1.0
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
color: Nheko.colors.brightText
|
color: Nheko.colors.brightText
|
||||||
|
|
Loading…
Reference in a new issue