Commit 83597c0e authored by lynn's avatar lynn Committed by GitHub

fix: enlarge stat line font (#4999)

fix font
parent 21ee680d
import { style } from '@vanilla-extract/css' import { style } from '@vanilla-extract/css'
import { body, bodySmall } from 'nft/css/common.css' import { bodySmall, headlineSmall } from 'nft/css/common.css'
import { loadingAsset, loadingBlock } from 'nft/css/loading.css' import { loadingAsset, loadingBlock } from 'nft/css/loading.css'
import { breakpoints, sprinkles } from '../../css/sprinkles.css' import { breakpoints, sprinkles } from '../../css/sprinkles.css'
...@@ -106,7 +106,7 @@ export const statsLabel = style([ ...@@ -106,7 +106,7 @@ export const statsLabel = style([
]) ])
export const statsValue = style([ export const statsValue = style([
body, headlineSmall,
sprinkles({ sprinkles({
fontWeight: 'medium', fontWeight: 'medium',
}), }),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment