1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

font tweaks

This commit is contained in:
bbedward
2025-07-28 11:38:49 -04:00
parent 03b8370c14
commit 73e1f0b6c0
6 changed files with 18 additions and 24 deletions

View File

@@ -130,7 +130,7 @@ DankModal {
Row {
anchors.centerIn: parent
spacing: Theme.spacingS
spacing: Theme.spacingXS
DankIcon {
name: {
@@ -148,6 +148,7 @@ DankModal {
size: Theme.iconSize - 2
color: currentTab === index ? Theme.primary : Theme.surfaceText
opacity: currentTab === index ? 1 : 0.7
anchors.verticalCenter: parent.verticalCenter
Behavior on color {
ColorAnimation {
@@ -161,8 +162,10 @@ DankModal {
StyledText {
text: modelData
font.pixelSize: Theme.fontSizeLarge
font.weight: currentTab === index ? Font.Bold : Font.Medium
font.weight: Font.Medium
color: currentTab === index ? Theme.primary : Theme.surfaceText
anchors.verticalCenter: parent.verticalCenter
anchors.verticalCenterOffset: -1
Behavior on color {
ColorAnimation {