Merge pull request #20001 from ramonlsouza/fix-breakout-styles

fix: breakout styles
This commit is contained in:
Anton Georgiev 2024-04-12 13:12:48 -04:00 committed by GitHub
commit 29ea5c3e07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
`} `}
`; `;