A bunch of speculative non-working UI

This commit is contained in:
Paul Frazee
2024-02-22 16:32:22 -08:00
parent acd9532331
commit 047df5939f
8 changed files with 320 additions and 28 deletions
+3
View File
@@ -216,6 +216,9 @@ export const atoms = {
font_normal: {
fontWeight: tokens.fontWeight.normal,
},
font_semibold: {
fontWeight: '500',
},
font_bold: {
fontWeight: tokens.fontWeight.semibold,
},