UNPKG

@reown/appkit-ui

Version:

The full stack toolkit to build onchain app UX.

26 lines (24 loc) 677 B
import { css } from '../../utils/ThemeHelperUtil.js'; export default css ` wui-flex { width: 100%; height: 52px; box-sizing: border-box; background-color: ${({ tokens }) => tokens.theme.foregroundPrimary}; border-radius: ${({ borderRadius }) => borderRadius[5]}; padding-left: ${({ spacing }) => spacing[3]}; padding-right: ${({ spacing }) => spacing[3]}; display: flex; align-items: center; justify-content: space-between; gap: ${({ spacing }) => spacing[6]}; } wui-text { color: ${({ tokens }) => tokens.theme.textSecondary}; } wui-icon { width: 12px; height: 12px; } `; //# sourceMappingURL=styles.js.map