Explore fixes (#4540)
* Use safe check, check for next page, handle varied lengths * Fix border width * Move safe check * Add font_heavy and use it on the explore page headers --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
This commit is contained in:
parent
1106517481
commit
35e54e24a0
3 changed files with 23 additions and 12 deletions
|
@ -267,6 +267,9 @@ export const atoms = {
|
|||
font_bold: {
|
||||
fontWeight: tokens.fontWeight.bold,
|
||||
},
|
||||
font_heavy: {
|
||||
fontWeight: tokens.fontWeight.heavy,
|
||||
},
|
||||
italic: {
|
||||
fontStyle: 'italic',
|
||||
},
|
||||
|
|
|
@ -118,6 +118,7 @@ export const fontWeight = {
|
|||
normal: '400',
|
||||
semibold: '500',
|
||||
bold: '600',
|
||||
heavy: '700',
|
||||
} as const
|
||||
|
||||
export const gradients = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue