mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 22:57:25 -04:00
Move default font color to Style.qml
This commit is contained in:
committed by
moneromooo-monero
parent
22792df5cd
commit
868fbe2f2d
@@ -8,6 +8,7 @@ QtObject {
|
||||
property QtObject fontLight: FontLoader { id: _fontLight; source: "qrc:/fonts/SFUIDisplay-Light.otf"; }
|
||||
property QtObject fontRegular: FontLoader { id: _fontRegular; source: "qrc:/fonts/SFUIDisplay-Regular.otf"; }
|
||||
|
||||
property string defaultFontColor: "white"
|
||||
property string inputBoxBackground: "black"
|
||||
property string inputBoxBackgroundError: "#FFDDDD"
|
||||
property string inputBoxColor: "white"
|
||||
@@ -15,4 +16,6 @@ QtObject {
|
||||
property string buttonBackgroundColorDisabled: "#3B3B3B"
|
||||
property string buttonTextColor: "white"
|
||||
property string buttonTextColorDisabled: "black"
|
||||
property string dividerColor: "white"
|
||||
property real dividerOpacity: 0.25
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user