Skip to content

Commit

Permalink
Hide alignment picker label
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Jan 23, 2024
1 parent 31514e5 commit 3dbad7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ This release starts moving types and views that relate to other types into the t
### 🐛 Bug Fixes

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

### 🗑️ Deprecations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public extension RichTextAlignment {
.labelStyle(.iconOnly)
}
}
.labelsHidden()
.accessibilityLabel(RTKL10n.textAlignment.text)
}
}
Expand Down

0 comments on commit 3dbad7a

Please sign in to comment.