UNPKG

@reown/appkit-scaffold-ui

Version:

The full stack toolkit to build onchain app UX.

17 lines (15 loc) 319 B
import { css } from '@reown/appkit-ui'; export default css ` wui-compatible-network { margin-top: ${({ spacing }) => spacing['4']}; width: 100%; } wui-qr-code { width: unset !important; height: unset !important; } wui-icon { align-items: normal; } `; //# sourceMappingURL=styles.js.map