UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

10 lines (9 loc) 260 B
import { Box, styled } from '@mui/material'; import theme from '../../theme'; export const Container = styled(Box)({ display: 'flex', flexDirection: 'column', gap: '12px', width: '290px', backgroundColor: theme.palette.neutralGrey[95], });