Commit d4e6faff authored by Ronan Abhamon's avatar Ronan Abhamon

fix(Styles): use `Colors`

parent c74b0fbe
......@@ -8,8 +8,8 @@ QtObject {
property int size: 18
property QtObject color: QtObject {
property color pressed: '#FE5E00'
property color hovered: '#6E6E6E'
property color normal: '#8E8E8E'
property color pressed: Colors.i
property color hovered: Colors.h
property color normal: Colors.g
}
}
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