We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3ee66 commit b41b23eCopy full SHA for b41b23e
src/QmlControls/QGCPalette.cc
@@ -59,8 +59,8 @@ void QGCPalette::_buildMap()
59
DECLARE_QGC_COLOR(button, "#ffffff", "#ffffff", "#707070", "#626270")
60
DECLARE_QGC_COLOR(buttonBorder, "#9d9d9d", "#3A9BDC", "#707070", "#adadb8")
61
DECLARE_QGC_COLOR(buttonText, "#9d9d9d", "#333333", "#A6A6A6", "#ffffff")
62
- DECLARE_QGC_COLOR(buttonHighlight, "#e4e4e4", "#3A9BDC", "#3a3a3a", "#fff291")
63
- DECLARE_QGC_COLOR(buttonHighlightText, "#2c2c2c", "#ffffff", "#2c2c2c", "#000000")
+ DECLARE_QGC_COLOR(buttonHighlight, "#e4e4e4", "#3A9BDC", "#3a3a3a", "#3A9BDC")
+ DECLARE_QGC_COLOR(buttonHighlightText, "#2c2c2c", "#ffffff", "#2c2c2c", "#ffffff")
64
DECLARE_QGC_COLOR(primaryButton, "#585858", "#8cb3be", "#585858", "#8cb3be")
65
DECLARE_QGC_COLOR(primaryButtonText, "#2c2c2c", "#333333", "#2c2c2c", "#000000")
66
DECLARE_QGC_COLOR(textField, "#ffffff", "#ffffff", "#707070", "#ffffff")
0 commit comments