Fix missing import for colors
This commit is contained in:
parent
22afa122c4
commit
877f4daa1a
@ -5,6 +5,7 @@
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.12
|
||||
import QtQuick.Layouts 1.12
|
||||
import im.nheko 1.0
|
||||
|
||||
TextField {
|
||||
id: input
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
import QtQuick 2.5
|
||||
import QtQuick.Controls 2.1
|
||||
import im.nheko 1.0
|
||||
|
||||
Label {
|
||||
color: Nheko.colors.brightText
|
||||
|
Loading…
Reference in New Issue
Block a user