Skip to content

Commit

Permalink
fix: update --sn-stylekit-border-color (#10)
Browse files Browse the repository at this point in the history
* fix: update --sn-stylekit-border-color

* chore: build

* chore: increment version

* fix: update --border-color

* chore: build

Co-authored-by: Johnny Almonte <[email protected]>
  • Loading branch information
johnny243 and johnny243 authored Nov 8, 2021
1 parent 5c7c577 commit d79e29e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/dist.css

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

8 changes: 1 addition & 7 deletions dist/dist.css.map

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sn-theme-midnight",
"version": "1.2.2",
"version": "1.2.3",
"main": "dist/dist.css",
"devDependencies": {
"grunt": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--primary-bg-color: #292937;
--secondary-bg-color: #313142;
--editor-bg-color: #202020;
--border-color: #13131a;
--border-color: #494965;
--ui-text-color: #d8d8d8;

--sn-stylekit-info-color: #4CA3FF;
Expand Down

0 comments on commit d79e29e

Please sign in to comment.