Commit b1a0c3d6 authored by lynn's avatar lynn Committed by GitHub

fix: Web 1616 make time stamp body bodysmall (#5046)

* copywriting change

* init

* remove prev change
parent 42edf975
import { style } from '@vanilla-extract/css' import { style } from '@vanilla-extract/css'
import { body, buttonTextMedium, subhead, subheadSmall } from 'nft/css/common.css' import { body, bodySmall, buttonTextMedium, subhead, subheadSmall } from 'nft/css/common.css'
import { breakpoints, sprinkles, themeVars, vars } from 'nft/css/sprinkles.css' import { breakpoints, sprinkles, themeVars, vars } from 'nft/css/sprinkles.css'
export const baseRow = style([ export const baseRow = style([
...@@ -91,7 +91,7 @@ export const eventDetail = style([ ...@@ -91,7 +91,7 @@ export const eventDetail = style([
]) ])
export const eventTime = style([ export const eventTime = style([
subheadSmall, bodySmall,
sprinkles({ sprinkles({
color: 'textSecondary', color: 'textSecondary',
}), }),
......
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