about summary refs log tree commit diff
path: root/src/alf/tokens.ts
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-06-18 13:37:14 -0500
committerGitHub <noreply@github.com>2024-06-18 13:37:14 -0500
commit35e54e24a0b08ce0f2e3389aeb4fb0f29778170e (patch)
tree18cbb56282a656899020cae19c6fd7f773ea9764 /src/alf/tokens.ts
parent11065174813a322e5a53097c0ea309fd8e613cc7 (diff)
downloadvoidsky-35e54e24a0b08ce0f2e3389aeb4fb0f29778170e.tar.zst
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>
Diffstat (limited to 'src/alf/tokens.ts')
-rw-r--r--src/alf/tokens.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alf/tokens.ts b/src/alf/tokens.ts
index 1bddd95d4..675844e29 100644
--- a/src/alf/tokens.ts
+++ b/src/alf/tokens.ts
@@ -118,6 +118,7 @@ export const fontWeight = {
   normal: '400',
   semibold: '500',
   bold: '600',
+  heavy: '700',
 } as const
 
 export const gradients = {