import { styled } from '@mui/material/styles'; export const ScFieldTitle = styled('div')` display: flex; margin-top: 16px; margin-bottom: 4px; font-size: 14px; color: ${({ theme }) => theme.palette.text.secondary}; `;