Skip to content

Commit 13f41cb

Browse files
committed
added background color discloser row
1 parent b324bb0 commit 13f41cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/RichEditorSwiftUI/Format/RichTextFormat+ToolbarConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public extension RichTextFormat {
1717
headers: [HeaderType] = .all,
1818
alignments: [RichTextAlignment] = .all,
1919
colorPickers: [RichTextColor] = [.foreground],
20-
colorPickersDisclosed: [RichTextColor] = [],
20+
colorPickersDisclosed: [RichTextColor] = [.background],
2121
fontPicker: Bool = true,
2222
fontSizePicker: Bool = true,
2323
indentButtons: Bool = true,

0 commit comments

Comments
 (0)