Skip to content

Commit 3dbad7a

Browse files
committed
Hide alignment picker label
1 parent 31514e5 commit 3dbad7a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ This release starts moving types and views that relate to other types into the t
3030
### 🐛 Bug Fixes
3131

3232
* `Image.symbol(...)` removes `palette` rendering mode to fix incorrect color scheme behavior.
33+
* `RichTextAlignment.Picker` now hides its picker label.
3334
* `RichTextColor.Picker` no longer auto-adjusts black and white to make it possible to actually set those colors.
3435

3536
### 🗑️ Deprecations

Sources/RichTextKit/Alignment/RichTextAlignment+Picker.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public extension RichTextAlignment {
4545
.labelStyle(.iconOnly)
4646
}
4747
}
48+
.labelsHidden()
4849
.accessibilityLabel(RTKL10n.textAlignment.text)
4950
}
5051
}

0 commit comments

Comments
 (0)