feat: active

This commit is contained in:
EleanorMao
2023-04-30 23:07:43 +08:00
parent abc53d3eef
commit 1c232948ed
46 changed files with 1796 additions and 129 deletions

View File

@ -10,9 +10,9 @@ const StyledIcon = styled(InfoCircleOutlined)`
vertical-align: top;
${props => props.theme.breakpoints.down('s')} {
font-size: 8px;
font-size: 12px;
margin-right: 4px;
line-height: 10px;
line-height: 18px;
}
`
export const ErrorMessage: FC<PropsWithChildren<{ message?: string }>> = ({ message, children }) => {