UNPKG

@reown/appkit-ui

Version:

The full stack toolkit to build onchain app UX.

18 lines (17 loc) 373 B
import { css } from '../../utils/ThemeHelperUtil.js'; export default css ` :host { display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: ${({ borderRadius }) => borderRadius['20']}; overflow: hidden; } wui-icon { width: 100%; height: 100%; } `; //# sourceMappingURL=styles.js.map