mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-23 22:58:15 +00:00
fix(Styles): use Colors
This commit is contained in:
parent
c74b0fbe55
commit
d4e6faffa5
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue