diff --git a/packages/components/src/mobile/inserter-button/style.native.scss b/packages/components/src/mobile/inserter-button/style.native.scss index ff89a202b8563c..5de7c7dac94f27 100644 --- a/packages/components/src/mobile/inserter-button/style.native.scss +++ b/packages/components/src/mobile/inserter-button/style.native.scss @@ -42,6 +42,7 @@ padding-top: 4; padding-bottom: 0; justify-content: center; + text-align: center; font-size: 12; color: $gray-dark; } diff --git a/packages/react-native-editor/CHANGELOG.md b/packages/react-native-editor/CHANGELOG.md index 4c4ec357ee9406..73ed4983b74bb5 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -10,6 +10,7 @@ For each user feature we should also add a importance categorization label to i --> ## Unreleased +- [*] Give multi-line block names central alignment in inserter [#37185] - [**] [iOS] Fix scroll update when typing in RichText component [#36914] - [*] [Preformatted block] Fix an issue where the background color is not showing up for standard themes. [#36883] - [***] Highlight text - enables color customization for specific text within a Pragraph block [#36028]