UNPKG

@reown/appkit-scaffold-ui

Version:

The full stack toolkit to build onchain app UX.

17 lines (15 loc) 306 B
import { css } from 'lit'; export default css ` wui-flex { width: 100%; } .wallet-guide { width: 100%; } .chip-box { width: fit-content; background-color: var(--wui-color-gray-glass-005); border-radius: var(--wui-border-radius-3xl); } `; //# sourceMappingURL=styles.js.map