aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-08-08 10:45:17 +0200
committerJaquee <jaquee.monero@gmail.com>2017-11-03 16:57:11 +0100
commitd437b98a12c06a24c19fa2093d3ab643141564a5 (patch)
treeb2cfae708d0a8fdf0c69f32e9e93cc71f624627c
parent027ed0e328f38c503c864c5bec31ca3d2b509e87 (diff)
downloadmonzero-gui-d437b98a12c06a24c19fa2093d3ab643141564a5.tar.gz
monzero-gui-d437b98a12c06a24c19fa2093d3ab643141564a5.tar.xz
monzero-gui-d437b98a12c06a24c19fa2093d3ab643141564a5.zip
standardbuttons - default colors
-rw-r--r--components/StandardButton.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/components/StandardButton.qml b/components/StandardButton.qml
index 3954c58c..0ee722b5 100644
--- a/components/StandardButton.qml
+++ b/components/StandardButton.qml
@@ -32,10 +32,10 @@ import QtQuick.Layouts 1.1
Item {
id: button
height: 37 * scaleRatio
- property string shadowPressedColor
- property string shadowReleasedColor
- property string pressedColor
- property string releasedColor
+ property string shadowPressedColor: "#B32D00"
+ property string shadowReleasedColor: "#FF4304"
+ property string pressedColor: "#FF4304"
+ property string releasedColor: "#FF6C3C"
property string icon: ""
property string textColor: "#FFFFFF"
property int fontSize: 12 * scaleRatio