Skip to content

Commit

Permalink
fixup! Feat(web): Add solid border to Alert component
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Feb 23, 2024
1 parent 1d498c3 commit 377d592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/scss/components/Alert/_Alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
justify-content: flex-start;
width: 100%;
padding: theme.$padding;
border-radius: theme.$border-radius;
border: 1px solid var(--alert-color);
border-radius: theme.$border-radius;
}

.Alert strong {
Expand Down

0 comments on commit 377d592

Please sign in to comment.