Skip to content

Commit

Permalink
Feat(web): Add solid border to Alert component
Browse files Browse the repository at this point in the history
refs #DS-1156
  • Loading branch information
literat committed Feb 23, 2024
1 parent bbf959b commit 1d498c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/src/scss/components/Alert/_Alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
width: 100%;
padding: theme.$padding;
border-radius: theme.$border-radius;
border: 1px solid var(--alert-color);
}

.Alert strong {
Expand Down

0 comments on commit 1d498c3

Please sign in to comment.