Skip to content

Commit

Permalink
fix(dark): timer-progress-bar color
Browse files Browse the repository at this point in the history
  • Loading branch information
Limon Monte committed Mar 16, 2020
1 parent 649e5ae commit 008182a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions dark/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ $swal2-backdrop: rgba($swal2-dark-theme-black, .75);
$swal2-footer-border-color: #555;
$swal2-footer-color: darken($swal2-content-color, 15%);

// TIMER POGRESS BAR
$swal2-timer-progress-bar-background: rgba($swal2-dark-theme-white, .6);

// INPUT
$swal2-input-color: $swal2-dark-theme-white;
$swal2-input-background: lighten($swal2-dark-theme-black, 10%);
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://sweetalert2.github.io/",
"description": "Themes for SweetAlert2",
"peerDependencies": {
"sweetalert2": "^9.10.1"
"sweetalert2": "^9.10.2"
},
"devDependencies": {
"@sweetalert2/execute": "^1.0.1",
Expand All @@ -23,7 +23,7 @@
"promise-polyfill": "^8.1.3",
"replace-in-file": "^5.0.2",
"stylelint": "^13.1.0",
"sweetalert2": "^9.10.1"
"sweetalert2": "^9.10.2"
},
"author": "Limon Monte <[email protected]> (https://limonte.github.io)",
"contributors": [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4980,10 +4980,10 @@ svg-tags@^1.0.0:
resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764"
integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=

sweetalert2@^9.10.1:
version "9.10.1"
resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-9.10.1.tgz#ce03655e09b3113ed53e906d99322f1b78a5688b"
integrity sha512-8wQIqk1bRub5SwE4mQIgzHdgGoh0NVwmC5peSmhDtKwZpwPO0Be8ucPtCTuO/VROPwvrlkyWFKwSPaPJejft7Q==
sweetalert2@^9.10.2:
version "9.10.2"
resolved "https://registry.yarnpkg.com/sweetalert2/-/sweetalert2-9.10.2.tgz#6cad40638fb65907c38942ea01194a8fd4be1f68"
integrity sha512-muth00S/u8739EY3JqaqAAw3mZd8DNldQWBpIq5GTo9V+2C7qMBEh3oZOr9DmO39va5D2zx4T3xq4VU5VAnLmg==

[email protected]:
version "1.0.1"
Expand Down

0 comments on commit 008182a

Please sign in to comment.