about summary refs log tree commit diff
path: root/src/alf/atoms.ts
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-03-20 16:26:30 -0500
committerEric Bailey <git@esb.lol>2024-03-20 16:26:30 -0500
commitaa239451afe75a38e7623bf829554474ba0db138 (patch)
tree7f8987fd88223aef5bf596661058f164312f6887 /src/alf/atoms.ts
parent6e1541f2030897c8e32090dee3904fc65284ee8c (diff)
downloadvoidsky-aa239451afe75a38e7623bf829554474ba0db138.tar.zst
Signup shell tweaks
Diffstat (limited to 'src/alf/atoms.ts')
-rw-r--r--src/alf/atoms.ts7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/alf/atoms.ts b/src/alf/atoms.ts
index ef285c09a..45ab72ca6 100644
--- a/src/alf/atoms.ts
+++ b/src/alf/atoms.ts
@@ -1,6 +1,7 @@
 import {Platform} from 'react-native'
-import {web, native} from '#/alf/util/platform'
+
 import * as tokens from '#/alf/tokens'
+import {native, web} from '#/alf/util/platform'
 
 export const atoms = {
   /*
@@ -253,10 +254,10 @@ export const atoms = {
     fontWeight: tokens.fontWeight.normal,
   },
   font_semibold: {
-    fontWeight: '500',
+    fontWeight: tokens.fontWeight.semibold,
   },
   font_bold: {
-    fontWeight: tokens.fontWeight.semibold,
+    fontWeight: tokens.fontWeight.bold,
   },
   italic: {
     fontStyle: 'italic',