UNPKG

@reown/appkit-ui

Version:

The full stack toolkit to build onchain app UX.

11 lines 289 B
import { css } from '../../utils/ThemeHelperUtil.js'; export default css ` :host { display: flex; flex-direction: row; gap: ${({ spacing }) => spacing[3]}; width: 100%; border-radius: ${({ borderRadius }) => borderRadius[2]}; } `; //# sourceMappingURL=styles.js.map