Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dknight committed Jul 18, 2023
1 parent 48b8021 commit ee3bec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "xz-notify",
"version": "3.0.0",
"version": "3.0.1",
"description": "Notifications based on web components.",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/xz-notify.ts
Expand Up @@ -165,7 +165,7 @@ class XZNotify extends HTMLElement implements XZNotifyProps {
this.styleElem.textContent = `:host {
--xz-notify-background-color: #f7f7f7;
--xz-notify-heading-color: currentColor;
--xz-notify-zIndex: auto;
--xz-notify-zIndex: 1000;
display: block;
position: fixed;
Expand Down

0 comments on commit ee3bec2

Please sign in to comment.