feat: Updates flagged status label styles

This commit is contained in:
2024-06-07 18:37:49 -04:00
parent 280cb3b863
commit 11ec24586e
7 changed files with 211 additions and 34 deletions

View File

@@ -24,5 +24,5 @@ public struct FlaggedMessageLabel: View {
#Preview {
FlaggedStatusLabel(status: .warning)
.flaggedStatusLabelStyle(.heavyTitle2)
.flaggedStatusLabelStyle(.textLabel(.heavyTitle2))
}