UNPKG

@reown/appkit-ui

Version:

The full stack toolkit to build onchain app UX.

17 lines (16 loc) 421 B
import { css } from '../../utils/ThemeHelperUtil.js'; export default css ` span { font-weight: 500; font-size: 38px; color: ${({ tokens }) => tokens.theme.textPrimary}; line-height: 38px; letter-spacing: -2%; text-align: center; font-family: var(--apkt-fontFamily-regular); } .pennies { color: ${({ tokens }) => tokens.theme.textSecondary}; } `; //# sourceMappingURL=styles.js.map