UNPKG

@reown/appkit-scaffold-ui

Version:

The full stack toolkit to build onchain app UX.

19 lines (17 loc) 377 B
import { css } from '@reown/appkit-ui'; export default css ` .contentContainer { height: 440px; overflow: scroll; scrollbar-width: none; } .contentContainer::-webkit-scrollbar { display: none; } wui-icon-box { width: 40px; height: 40px; border-radius: ${({ borderRadius }) => borderRadius['3']}; } `; //# sourceMappingURL=styles.js.map