From b3f426f28ada52a17e212984aa81f4e0231743ef Mon Sep 17 00:00:00 2001 From: redhoodsu Date: Tue, 28 May 2024 19:21:57 +0800 Subject: [PATCH] release(notification): v0.3.2 --- index.json | 2 +- src/notification/package.json | 2 +- src/notification/style.scss | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/index.json b/index.json index f59ac10..b057767 100644 --- a/index.json +++ b/index.json @@ -226,7 +226,7 @@ }, "notification": { "icon": true, - "version": "0.3.1", + "version": "0.3.2", "style": true, "test": true, "install": false, diff --git a/src/notification/package.json b/src/notification/package.json index 3e590c7..40bedce 100644 --- a/src/notification/package.json +++ b/src/notification/package.json @@ -1,6 +1,6 @@ { "name": "notification", - "version": "0.3.1", + "version": "0.3.2", "description": "Show notifications", "luna": { "icon": true diff --git a/src/notification/style.scss b/src/notification/style.scss index d6a6345..fdc2025 100644 --- a/src/notification/style.scss +++ b/src/notification/style.scss @@ -24,6 +24,7 @@ border: 1px solid $color-border; padding: 10px 16px; color: $color-text; + align-items: center; background: $color-bg-container; } @@ -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;