Sha256: d573ead526e5716effe0064e97f401616971e727246446602c5aed79131ce3b2
Contents?: true
Size: 1.21 KB
Versions: 482
Compression:
Stored size: 1.21 KB
Contents
import colors from '../tokens/exports/_colors.module.scss' import typography from '../tokens/exports/_typography.module.scss' const pbIndicator = { title: { fontFamily: typography.font_family_base, color: colors.text_lt_light, fontSizes: { big: typography.text_large, medium: typography.text_base, small: typography.text_small, micro: typography.text_small, }, }, secondaryTitle: { color: colors.text_lt_light, fontFamily: typography.font_family_base, fontSizes: { big: typography.text_large, medium: typography.text_base, small: typography.text_small, micro: typography.text_small, }, }, value: { fontFamily: typography.font_family_base, color: colors.text_lt_default, fontWeight: typography.lighter, fontSizes: { big: typography.heading_1, medium: typography.heading_1, small: typography.text_base, micro: typography.text_small, }, }, secondaryValue: { fontFamily: typography.font_family_base, fontSizes: { big: typography.text_large, medium: typography.text_base, small: typography.text_small, micro: typography.text_small, }, }, } export default pbIndicator
Version data entries
482 entries across 482 versions & 1 rubygems