Description
opened on Feb 4, 2022
Description
On mobile, we are working on adding support for multiple color palettes in #38417.
Users can now create their own colors that would be shown in a Custom
palette. So we'll have Theme
and Default
and the Custom
palette will be shown if users add new colors.
The initial implementation is merging all palettes into one row, but it was mentioned from the code review feedback to maybe do something similar to the way the web editor does it:
On mobile we currently have one row of colors:
@iamthomasbishop I was wondering if you had any design ideas about this since we've only had one row of colors until now. The functionality would be as it was before, you can only select one color at a time. Thank you!
Activity