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 && ` ${({ valid }) => !valid && `
margin: .25rem; margin-top: .75rem;
position: absolute; position: absolute;
font-size: ${fontSizeSmall}; font-size: ${fontSizeSmall};
color: ${colorDanger}; color: ${colorDanger};
font-weight: 200; font-weight: 200;
white-space: nowrap; white-space: nowrap;
z-index: 1;
`} `}
`; `;