UNPKG

@reown/appkit-ui

Version:

#### 🔗 [Website](https://reown.com/appkit)

15 lines (14 loc) • 284 B
import { css } from 'lit'; export default css ` :host { display: block; width: 100%; } button { width: 100%; height: 56px; background: var(--wui-color-gray-glass-002); border-radius: var(--wui-border-radius-xs); } `; //# sourceMappingURL=styles.js.map