@reown/appkit-scaffold-ui
Version:
The full stack toolkit to build onchain app UX.
17 lines • 370 B
JavaScript
import { css } from '@reown/appkit-ui';
export default css `
:host {
display: flex;
align-items: center;
justify-content: center;
}
wui-checkbox {
padding: ${({ spacing }) => spacing['3']};
}
a {
text-decoration: none;
color: ${({ tokens }) => tokens.theme.textSecondary};
font-weight: 500;
}
`;
//# sourceMappingURL=styles.js.map