Revert "Add theme colors"

This reverts commit 2e5eb61144.
This commit is contained in:
Ian Paschal 2019-01-21 14:05:24 +01:00
parent 2e5eb61144
commit 406ef20802
14 changed files with 63 additions and 70 deletions

View file

@ -18,7 +18,7 @@ Item {
Button {
id: button;
background: Rectangle {
color: UM.Theme.getColor("viewport_background")
color: UM.Theme.getColor("viewport_background"); // TODO: Theme!
height: button.height;
opacity: button.down || button.hovered ? 1 : 0;
radius: Math.round(0.5 * width);