-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: broadcast #836
feat: broadcast #836
Conversation
fa16236
to
26d5cdf
Compare
align-items: center; | ||
background: ${theme.tokens.colors.get('palette.secondary.muted')}; | ||
border-radius: ${theme.dimension.borderRadius.get('md')}; | ||
border: 1px solid ${getBorderColor(props.status, theme)}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why 1px
and not var(--_border-width)
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch we missed this in InlineAlert
as well. I will update it in both places.
06bed9f
to
fa1fa3f
Compare
26d5cdf
to
fa30192
Compare
Quality Gate failedFailed conditions |
Description
<Broadcast />
v5.