mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
New colors
This commit is contained in:
parent
581a19b13e
commit
0a15e94fe4
2 changed files with 4 additions and 6 deletions
|
@ -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 {
|
||||
|
|
|
@ -23,7 +23,7 @@ Rectangle {
|
|||
HifiStylesUit.HifiConstants { id: hifi; }
|
||||
|
||||
id: root;
|
||||
color: hifi.colors.darkGray;
|
||||
color: hifi.colors.baseGray;
|
||||
property bool justSubmitted: false;
|
||||
|
||||
Connections {
|
||||
|
|
Loading…
Reference in a new issue