mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix button color
Contributes to CL-1151
This commit is contained in:
parent
5d0da580b9
commit
b2ea597543
1 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ Item
|
||||||
height: 18
|
height: 18
|
||||||
sourceSize.width: 18
|
sourceSize.width: 18
|
||||||
sourceSize.height: 18
|
sourceSize.height: 18
|
||||||
color: "#666666" // TODO: Theme!
|
color: "#152950" // TODO: Theme!
|
||||||
source: UM.Theme.getIcon("arrow_left")
|
source: UM.Theme.getIcon("arrow_left")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -152,7 +152,7 @@ Item
|
||||||
height: 18
|
height: 18
|
||||||
sourceSize.width: 18
|
sourceSize.width: 18
|
||||||
sourceSize.height: 18
|
sourceSize.height: 18
|
||||||
color: "#666666" // TODO: Theme!
|
color: "#152950" // TODO: Theme!
|
||||||
source: UM.Theme.getIcon("arrow_right")
|
source: UM.Theme.getIcon("arrow_right")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue