diff options
Diffstat (limited to 'src/alf/tokens.ts')
-rw-r--r-- | src/alf/tokens.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alf/tokens.ts b/src/alf/tokens.ts index 9ea585ee7..1d99e5e57 100644 --- a/src/alf/tokens.ts +++ b/src/alf/tokens.ts @@ -52,8 +52,8 @@ export const borderRadius = { */ export const fontWeight = { normal: '400', - bold: isAndroid ? '700' : '600', - heavy: isAndroid ? '900' : '800', + bold: '600', + heavy: '800', } as const export const gradients = { |