Skip to content

Commit

Permalink
release(notification): v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed May 28, 2024
1 parent c766f71 commit b3f426f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
},
"notification": {
"icon": true,
"version": "0.3.1",
"version": "0.3.2",
"style": true,
"test": true,
"install": false,
Expand Down
2 changes: 1 addition & 1 deletion src/notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notification",
"version": "0.3.1",
"version": "0.3.2",
"description": "Show notifications",
"luna": {
"icon": true
Expand Down
5 changes: 5 additions & 0 deletions src/notification/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
border: 1px solid $color-border;
padding: 10px 16px;
color: $color-text;
align-items: center;
background: $color-bg-container;
}

Expand Down Expand Up @@ -60,12 +61,16 @@
}
}
&.warning {
position: relative;
top: -2px;
color: $color-warning;
.icon {
font-size: 14px;
}
}
&.error {
position: relative;
top: -1px;
color: $color-error;
.icon {
font-size: 14px;
Expand Down

0 comments on commit b3f426f

Please sign in to comment.