refactor: enhance UI components and improve theme properties for better visual consistency

This commit is contained in:
jack
2026-06-11 13:09:04 -07:00
parent 12bd778f13
commit 1cd54e81fc
4 changed files with 80 additions and 11 deletions
+2 -2
View File
@@ -81,7 +81,7 @@ QtObject {
// ── 8. Tabs (footer tab bar) ─────────────────────────────────────────────
readonly property color tabBarBackground: tone200
readonly property color tabBackground: "transparent"
readonly property color tabActiveBackground: "transparent"
readonly property color tabActiveBackground: isDarkMode ? "#333333" : "#FFFFFF"
readonly property color tabHoverBackground: tone300
readonly property color tabBorder: "transparent"
readonly property color tabText: toneMute
@@ -132,7 +132,7 @@ QtObject {
readonly property int tabBarHeight: 34
readonly property int tabBarPadding: 6
readonly property int tabSpacing: 2
readonly property int tabRadius: 2
readonly property int tabRadius: 8
readonly property int tabFontSize: 12
readonly property int tabButtonMinWidth: 80
// Settings page layout