UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

7 lines (6 loc) 263 B
import { styled, Typography } from '@mui/material'; // eslint-disable-next-line import/prefer-default-export export const StyledListItemCaption = styled(Typography)(({ theme }) => ({ ...theme.typography.body_m1, color: theme.palette.neutralGrey[45], }));