UNPKG

@reown/appkit-ui

Version:

The full stack toolkit to build onchain app UX.

23 lines (21 loc) 517 B
import { css } from '../../utils/ThemeHelperUtil.js'; export default css ` :host { display: flex; justify-content: center; align-items: center; width: 56px; height: 56px; box-shadow: 0 0 0 8px ${({ tokens }) => tokens.theme.borderPrimary}; border-radius: ${({ borderRadius }) => borderRadius[4]}; overflow: hidden; } :host([data-border-radius-full='true']) { border-radius: 50px; } wui-icon { width: 32px; height: 32px; } `; //# sourceMappingURL=styles.js.map