-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mobile] - Support background colors for Group block (#25994)
* Mobile - Support background/foreground colors for Group block * Mobile - Enable ColorEdit * Mobile - Add paddings to text blocks with background color * Mobile - Add clear button to palette color screen * Mobile - Global styles context utils and tests * Mobile - Palette screen - Change text and keep the same sheet when resetting a color * Mobile - Quote block - Support to inherit colors from parent block * Mobile - Block quotation and Rich text styles * Mobile - Group block - Remove extra bottom padding when a background color is set * Mobile - Color settings - Remove clear button, to be added in another PR * Mobile - Disable ColorEdit for blocks that have color support * Mobile - Group - Background color fixes * Mobile - Update changelog
- Loading branch information
Gerardo Pacheco
authored
Nov 20, 2020
1 parent
d27e094
commit 8df048c
Showing
12 changed files
with
334 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
packages/components/src/mobile/global-styles-context/index.native.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.