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
@@ -547,7 +547,6 @@ Item {
StyledText {
id: providerName
font.pixelSize: Appearance.font.pixelSize.small
font.weight: Font.DemiBold
color: Appearance.m3colors.m3onSurface
text: Booru.providers[Booru.currentProvider].name
}