-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Grommet demo app buildTheme - Ensure all text sizes and weights are a…
…ccounted for (#4701) * Ensure all text sizes and weights are accounted for * Removed 6xl from sticker-sheet text sizes
- Loading branch information
Showing
2 changed files
with
45 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,6 @@ const textSizes = [ | |
'3xl', | ||
'4xl', | ||
'5xl', | ||
'6xl', | ||
]; | ||
|
||
const StickerSheet = () => { | ||
|
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