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
If the styling with the bigger font size and bold font weight is preferred, I'd suggest to make it the default in the Modal component instead of overriding it on a case by case basis. This way, all the modals (even the ones added by plugins) will have the same styling.
The text was updated successfully, but these errors were encountered:
The modal title has the following default styling:
The keyboard shortcut modal wraps the title in a
<span>
element, which is then styled with a bigger font size and bold font weight:gutenberg/packages/edit-post/src/components/keyboard-shortcut-help-modal/index.js
Lines 72 to 75 in ee2d5c7
If the styling with the bigger font size and bold font weight is preferred, I'd suggest to make it the default in the Modal component instead of overriding it on a case by case basis. This way, all the modals (even the ones added by plugins) will have the same styling.
The text was updated successfully, but these errors were encountered: