Commit 2a1d92fa authored by Ronan Abhamon's avatar Ronan Abhamon

fix(Styles): use `Colors`

parent d4e6faff
pragma Singleton
import QtQuick 2.7
import Linphone 1.0
QtObject {
property QtObject item: QtObject {
property QtObject color: QtObject {
property color normal: Colors.k
property color pressed: Colors.i
property color selected: Colors.k
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment