ui: reduce bold font in side menu
This PR simply reduces the bold font in the side menu labels. Changelog-Changed: Changed boldness of font in side menu labels. Signed-off-by: ericholguin <ericholguin@apache.org>
This commit is contained in:
@@ -51,7 +51,7 @@ struct SideMenuView: View {
|
|||||||
Image("nostr-hashtag")
|
Image("nostr-hashtag")
|
||||||
Text("Purple")
|
Text("Purple")
|
||||||
.foregroundColor(DamusColors.purple)
|
.foregroundColor(DamusColors.purple)
|
||||||
.font(.title2.weight(.bold))
|
.font(.title2.weight(.semibold))
|
||||||
}
|
}
|
||||||
.frame(maxWidth: .infinity, alignment: .leading)
|
.frame(maxWidth: .infinity, alignment: .leading)
|
||||||
}
|
}
|
||||||
@@ -218,7 +218,7 @@ struct SideMenuView: View {
|
|||||||
.tint(DamusColors.adaptableBlack)
|
.tint(DamusColors.adaptableBlack)
|
||||||
|
|
||||||
Text(title)
|
Text(title)
|
||||||
.font(.title2.weight(.bold))
|
.font(.title2.weight(.semibold))
|
||||||
.foregroundColor(DamusColors.adaptableBlack)
|
.foregroundColor(DamusColors.adaptableBlack)
|
||||||
.frame(maxWidth: .infinity, alignment: .leading)
|
.frame(maxWidth: .infinity, alignment: .leading)
|
||||||
.dynamicTypeSize(.xSmall)
|
.dynamicTypeSize(.xSmall)
|
||||||
|
|||||||
Reference in New Issue
Block a user