Skip to content

Commit

Permalink
fix(dark): remove unnecessary styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Limon Monte committed Nov 15, 2019
1 parent 996a605 commit 8ffac42
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dark/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,3 @@ $swal2-button-focus-box-shadow: 0 0 0 2px $swal2-dark-theme-black, 0 0 0 4px lig
$swal2-toast-button-focus-box-shadow: 0 0 0 2px $swal2-dark-theme-black, 0 0 0 4px lighten($swal2-outline-color, 10%);

@import '~sweetalert2/src/sweetalert2';

// INPUT
.swal2-range,
.swal2-radio,
.swal2-checkbox {
background: $swal2-dark-theme-black;
}

0 comments on commit 8ffac42

Please sign in to comment.