You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A dashed line is not currently supported with the library we're using. We can get it done in a different way, but it'll take more time. I'm also working on extracting a Separator component that works across platforms (Extract separator component out of nextpage block WordPress/gutenberg#14175), so I might be able to make some progress as part of that.
For the font, we're using $default-regular-font (serif on Android, Noto Serif on iOS). I think we'll eventually have to consolidate our custom variables with those from Gutenberg. I see _variables.scss using -apple-system, ..., Roboto, but it seems our SCSS processor chokes on that (maybe the -apple-system?)
I'm moving this to the Future column, since the remaining bits seem high effort for a small refinement, but let's keep the conversation going and see how to make progress in those two fronts.
Current
Currently, the Page Break Block looks like this:
Proposal
Let's clean up the design a bit. It should look like this:
Specs
$gray
aka#87a6bc
Roboto
on Android,SF Pro Text
on iOS$gray-lighten-20
aka#c8d7e1
Spacer example
Notes
Note: this same design should also apply to the
more
block when we build it.The text was updated successfully, but these errors were encountered: