feat: active
This commit is contained in:
@ -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 }) => {
|
||||
|
Reference in New Issue
Block a user