Skip to content

Commit

Permalink
Fix demo compile error on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Jan 24, 2024
1 parent 37e5a1b commit b410667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/macOS/EditorScreen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private extension EditorScreen {
var toolbar: some View {
RichTextFormatSidebar(
context: context,
colorPickers: .all
colorPickers: .allCases
)
.frame(width: 250)
}
Expand Down

0 comments on commit b410667

Please sign in to comment.