diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-12 20:14:03 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-12 20:14:03 +0800 |
| commit | 28b1c4365688185f48d60d024380885ecaeabbed (patch) | |
| tree | afdf32e73f4e9dfe672c56d70e6d1fe29db58f8b /imports/Bootstrap | |
| parent | 2127dd61cda7dcb65b4edd51556158a8e79b0795 (diff) | |
Set Qootstrap heading colours instead
Diffstat (limited to 'imports/Bootstrap')
| -rw-r--r-- | imports/Bootstrap/Bootstrap.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/imports/Bootstrap/Bootstrap.qml b/imports/Bootstrap/Bootstrap.qml index 8606851..f9d1f1b 100644 --- a/imports/Bootstrap/Bootstrap.qml +++ b/imports/Bootstrap/Bootstrap.qml @@ -15,5 +15,6 @@ QtObject { }) readonly property color bodyColor: mode ? "#a1a1a8" : "#747579" readonly property color bodyBg: mode ? "#222529" : "#fff" + readonly property color headingColor: mode ? "#fff" : "#24292d" readonly property color borderColor: mode ? "#12ffffff" : "#eff1f2" } |