UNPKG

@reown/appkit-scaffold-ui

Version:

The full stack toolkit to build onchain app UX.

13 lines (12 loc) 262 B
import { css } from '@reown/appkit-ui'; export default css ` :host { display: flex; justify-content: center; gap: ${({ spacing }) => spacing['4']}; } wui-visual-thumbnail:nth-child(1) { z-index: 1; } `; //# sourceMappingURL=styles.js.map