Skip to content

Commit

Permalink
feat(alert): fix border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
Monica Wheeler committed Apr 11, 2022
1 parent dcc9825 commit 5cd64ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $-alert-colors: (
gap: sage-spacing(sm);
position: relative;
padding: sage-spacing(sm);
border-radius: sage-border(radius-large);
border-radius: sage-border(radius);

.sage-panel > & {
margin-bottom: 0;
Expand Down

0 comments on commit 5cd64ff

Please sign in to comment.