UNPKG

@reown/appkit-ui

Version:

The full stack toolkit to build onchain app UX.

20 lines (18 loc) 492 B
import { css } from '../../utils/ThemeHelperUtil.js'; export default css ` :host { display: inline-flex; align-items: center; background-color: ${({ tokens }) => tokens.theme.foregroundSecondary}; border-radius: ${({ borderRadius }) => borderRadius[32]}; padding: ${({ spacing }) => spacing['01']}; box-sizing: border-box; } :host([data-size='sm']) { height: 26px; } :host([data-size='md']) { height: 36px; } `; //# sourceMappingURL=styles.js.map