Skip to content

Commit

Permalink
fix(notification): adjust spacing to level 5
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Mar 30, 2022
1 parent ca45062 commit d61024c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class Notification {
render() {
return (
<Host>
<div class={`notification p-4 is-${this.color}`}>
<div class={`notification p-5 is-${this.color}`}>
<slot></slot>
</div>
</Host>
Expand Down

0 comments on commit d61024c

Please sign in to comment.