Skip to content

Commit

Permalink
chore: lint (#6)
Browse files Browse the repository at this point in the history
* chore: lint

* chore: update deps
  • Loading branch information
FliPPeDround authored Dec 26, 2023
1 parent 6a74797 commit 2249001
Show file tree
Hide file tree
Showing 4 changed files with 496 additions and 216 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
},
"dependencies": {
"@uni-helper/uni-env": "^0.1.1",
"@unocss/core": "^0.57.7",
"@unocss/preset-mini": "^0.57.7",
"@unocss/rule-utils": "^0.57.7",
"@unocss/vite": "^0.57.7",
"unocss": "^0.57.7",
"@unocss/core": "^0.58.0",
"@unocss/preset-mini": "^0.58.0",
"@unocss/rule-utils": "^0.58.0",
"@unocss/vite": "^0.58.0",
"unocss": "^0.58.0",
"unocss-applet": "^0.7.8"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions playground/src/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"bgTxtStyle": "dark",
"navBgColor": "#ff6b00",
"navTxtStyle": "white",
"tabFontColor": "#1f2937",
"tabSelectedColor": "#ff6b00",
"tabBgColor": "#fcfcfc",
"tabBorderStyle": "black"
"tabBorderStyle": "black",
"tabFontColor": "#1f2937",
"tabSelectedColor": "#ff6b00"
},
"dark": {
"bgColor": "#181818",
Expand All @@ -18,9 +18,9 @@
"bgTxtStyle": "light",
"navBgColor": "#ff6b00",
"navTxtStyle": "white",
"tabFontColor": "#f3f4f6",
"tabSelectedColor": "#ff6b00",
"tabBgColor": "#181818",
"tabBorderStyle": "white"
"tabBorderStyle": "white",
"tabFontColor": "#f3f4f6",
"tabSelectedColor": "#ff6b00"
}
}
Loading

0 comments on commit 2249001

Please sign in to comment.