UNPKG

brahma-trade-widget

Version:

A React component for trade automation within the Brahma ecosystem.

11 lines (9 loc) 204 B
import styled, { css } from "styled-components" export const ModalSection = styled.div` ${({ theme }) => css` width: 45.7rem; display: flex; flex-direction: column; gap: 1.2rem; `} `