@reservoir0x/relay-kit-ui
Version:
Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.
20 lines • 826 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const index_js_1 = require("../primitives/index.js");
const TokenSelectorContainer = ({ children, css, id }) => {
return ((0, jsx_runtime_1.jsx)(index_js_1.Flex, { align: "center", justify: "between", id: id, css: {
width: '100%',
display: 'flex',
flexDirection: 'column',
alignItems: 'start',
backgroundColor: 'widget-card-background',
border: 'widget-card-border',
gap: '3',
p: '12px 12px',
borderRadius: 'widget-card-border-radius',
...css
}, children: children }));
};
exports.default = TokenSelectorContainer;
//# sourceMappingURL=TokenSelectorContainer.js.map