@reown/appkit-scaffold-ui
Version:
The full stack toolkit to build onchain app UX.
17 lines (15 loc) • 365 B
JavaScript
import { css } from '@reown/appkit-ui';
export default css `
:host wui-ux-by-reown {
padding-top: 0;
}
:host wui-ux-by-reown.branding-only {
padding-top: ${({ spacing }) => spacing['3']};
}
a {
text-decoration: none;
color: ${({ tokens }) => tokens.core.textAccentPrimary};
font-weight: 500;
}
`;
//# sourceMappingURL=styles.js.map