@reown/appkit-ui
Version:
The full stack toolkit to build onchain app UX.
19 lines (18 loc) • 367 B
JavaScript
import { css } from 'lit';
export default css `
:host {
display: flex;
justify-content: center;
align-items: center;
aspect-ratio: 1 / 1;
color: var(--local-color);
width: var(--local-width);
}
svg {
height: inherit;
width: inherit;
object-fit: contain;
object-position: center;
}
`;
//# sourceMappingURL=styles.js.map