mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-10 09:27:26 -04:00
Added some styles, changed some margins, testing with the new LineEdit
This commit is contained in:
committed by
moneromooo-monero
parent
e7eb3bdfef
commit
f15d6f5197
@@ -7,4 +7,8 @@ QtObject {
|
||||
property QtObject fontBold: FontLoader { id: _fontBold; source: "qrc:/fonts/SFUIDisplay-Bold.otf"; }
|
||||
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 inputBoxBackground: "black"
|
||||
property string inputBoxBackgroundError: "#FFDDDD"
|
||||
property string inputBoxColor: "white"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user