UNPKG

@daimo/pay

Version:

Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.

21 lines (18 loc) 420 B
import { motion } from 'framer-motion'; import styled from '../../../styles/styled/index.js'; const BrowserIconContainer = styled(motion.div)` display: flex; align-items: center; justify-content: center; max-width: 32px; max-height: 32px; width: 100%; height: 100%; svg { display: block; width: 100%; height: 100%; } `; export { BrowserIconContainer }; //# sourceMappingURL=styles.js.map