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:
Doug
2023-04-25 16:42:06 +01:00
committed by GitHub
parent 832fcf19f3
commit 1109eaff79
100 changed files with 185 additions and 178 deletions

View File

@@ -35,7 +35,7 @@ struct UserIndicatorModalView: View {
Image(systemName: iconName)
}
Text(indicator.title)
.font(.element.body)
.font(.compound.bodyLG)
.foregroundColor(.element.primaryContent)
}
}