Compound Fonts (#834)
* Use CompoundFonts in DesignKit (deprecate ElementFonts). * Use compound fonts everywhere. * Update Authentication snapshots. * Update RoomMembersListScreen snapshots. Delete unused snapshots. * Fix tests.
This commit is contained in:
@@ -35,7 +35,7 @@ struct UserIndicatorModalView: View {
|
||||
Image(systemName: iconName)
|
||||
}
|
||||
Text(indicator.title)
|
||||
.font(.element.body)
|
||||
.font(.compound.bodyLG)
|
||||
.foregroundColor(.element.primaryContent)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user