UNPKG

@shopgate/engage

Version:
10 lines 256 B
import { css } from 'glamor'; import { themeConfig } from '@shopgate/pwa-common/helpers/config'; const { colors } = themeConfig; export default css({ fontSize: '1rem', fontWeight: 500, color: `var(--color-primary, ${colors.primary})` }).toString();