New colors

This commit is contained in:
Zach Fox 2018-11-01 13:27:31 -07:00
parent 581a19b13e
commit 0a15e94fe4
2 changed files with 4 additions and 6 deletions

View file

@ -19,13 +19,11 @@ import "qrc:////qml//controls-uit" as HifiControlsUit
import "qrc:////qml//controls" as HifiControls
import "qrc:////qml//hifi//commerce//common" as HifiCommerceCommon
// references XXX from root context
Rectangle {
HifiStylesUit.HifiConstants { id: hifi; }
id: root;
color: hifi.colors.darkGray;
color: hifi.colors.baseGray;
property string title: "Security Settings";
property bool walletSetUp;
@ -163,7 +161,7 @@ Rectangle {
anchors.top: parent.top;
anchors.left: parent.left;
anchors.right: parent.right;
height: 70;
height: 55;
color: hifi.colors.baseGrayHighlight;
HifiStylesUit.RalewaySemiBold {
@ -254,7 +252,7 @@ Rectangle {
anchors.top: parent.top;
anchors.left: parent.left;
anchors.right: parent.right;
height: 70;
height: 55;
color: hifi.colors.baseGrayHighlight;
HifiStylesUit.RalewaySemiBold {

View file

@ -23,7 +23,7 @@ Rectangle {
HifiStylesUit.HifiConstants { id: hifi; }
id: root;
color: hifi.colors.darkGray;
color: hifi.colors.baseGray;
property bool justSubmitted: false;
Connections {