Skip to content

Commit

Permalink
v1.2.1 fix header/footer background-color. move title-color to <header>
Browse files Browse the repository at this point in the history
  • Loading branch information
johanrosenson committed Aug 25, 2021
1 parent 05aaa3e commit 13fda17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devlop-ab/dialog",
"version": "1.2.0",
"version": "1.2.1",
"description": "Lightweight and accessible drop-in replacement for the built-in browser dialog methods (alert, confirm and prompt).",
"keywords": [
"accessibility",
Expand Down
7 changes: 3 additions & 4 deletions src/css/sky.scss
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,8 @@
align-items: center;
height: auto;
min-height: auto;

> span {
color: var(--title-color);
}
color: var(--title-color);
background-color: #fff;
}

section {
Expand Down Expand Up @@ -284,6 +282,7 @@
border-top: 1px solid #eae9e9;
height: auto;
min-height: auto;
background-color: #fff;

button {
font-size: 16px;
Expand Down

0 comments on commit 13fda17

Please sign in to comment.