fix weird bold font in some places

This commit is contained in:
end-4
2025-05-29 22:13:18 +02:00
parent 9cbbaff170
commit 96282c4390
5 changed files with 1 additions and 5 deletions
@@ -77,7 +77,6 @@ Rectangle {
id: providerName
anchors.centerIn: parent
font.pixelSize: Appearance.font.pixelSize.large
font.weight: Font.DemiBold
color: Appearance.m3colors.m3onSecondaryContainer
text: Booru.providers[root.responseData.provider].name
}