Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
Fixed bug with clouds.
  • Loading branch information
G0od1k committed Jan 31, 2023
1 parent 7325cb9 commit 8b1fc96
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/check.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "night-day-input",
"version": "1.0.0",
"version": "1.0.1",
"description": "CSS library for stylizing html input.",
"main": "build/check.min.css",
"scripts": {
Expand Down Expand Up @@ -32,5 +32,10 @@
"remove-files-webpack-plugin": "^1.5.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
},
"files": [
"build/",
"src/",
"svg/"
]
}
4 changes: 2 additions & 2 deletions src/check.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ input[type="checkbox"].night-day-switch {
&::after {
background-color: #9fe3fc;
border-color: #88c2d8;
background-image: url(../svg/cloud.svg);
background-image: url("../svg/cloud.svg");
}

&::before {
Expand Down Expand Up @@ -73,7 +73,7 @@ input[type="checkbox"].night-day-switch {

background-color: #3d4043;
border-color: #1b1c1e;
background-image: url(../svg/star.svg);
background-image: url("../svg/star.svg");
}

&::before {
Expand Down
4 changes: 2 additions & 2 deletions svg/cloud.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b1fc96

Please sign in to comment.