fix breakout styles

This commit is contained in:
Ramón Souza 2024-04-12 13:35:01 -03:00
parent fcbfcb1bbc
commit e4cced4b92

View File

@ -104,12 +104,13 @@ const SpanWarn = styled.span`
`}
${({ valid }) => !valid && `
margin: .25rem;
margin-top: .75rem;
position: absolute;
font-size: ${fontSizeSmall};
color: ${colorDanger};
font-weight: 200;
white-space: nowrap;
z-index: 1;
`}
`;