UNPKG

@reown/appkit-ui

Version:

The full stack toolkit to build onchain app UX.

14 lines (13 loc) 302 B
import { css } from '../../utils/ThemeHelperUtil.js'; export default css ` :host > wui-flex:first-child { gap: ${({ spacing }) => spacing[2]}; padding: ${({ spacing }) => spacing[3]}; width: 100%; } wui-flex { display: flex; flex: 1; } `; //# sourceMappingURL=styles.js.map