feat: Adds more flagged view style options.

This commit is contained in:
2024-06-07 10:00:42 -04:00
parent 75fa3b55ae
commit 280cb3b863
8 changed files with 116 additions and 17 deletions

View File

@@ -272,6 +272,8 @@ public struct FlaggedMeasurementListView: View {
? AnyFlaggedMessageViewStyle(.vertical)
: AnyFlaggedMessageViewStyle(.horizontal)
)
// .flaggedStatusLabelStyle(.font(.caption))
// .flaggedMessageLabelStyle(.font(.caption, fontWeight: .bold))
}
}