1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-02 03:28:28 -04:00

workspaces: fix hardcoded font weight to use configured value

fixes #2076
This commit is contained in:
bbedward
2026-07-03 12:10:45 -04:00
parent 61108b7668
commit 8e7126472e
5 changed files with 125 additions and 125 deletions
@@ -1133,10 +1133,6 @@ Item {
}
}
WorkspaceAppearanceCard {
visible: dankBarTab.appearanceOnly
}
SettingsCard {
tab: "appearance"
iconName: "rounded_corner"
@@ -198,6 +198,10 @@ Item {
}
}
WorkspaceAppearanceCard {
width: parent.width
}
SettingsCard {
width: parent.width
iconName: "label"