Skip to content

Commit

Permalink
Merge pull request #30 from squidit/feature/wake-color
Browse files Browse the repository at this point in the history
Change primary_color to wake color
  • Loading branch information
wandersonsales-dev committed Jul 1, 2024
2 parents 5b80e53 + eda4f1e commit ce8475e
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion dist/css/squid-components.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/squid-components.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/squid-minor.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/squid-minor.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/squid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/squid.min.css.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/js/squid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/squid.min.js.map

Large diffs are not rendered by default.

Binary file modified favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squidit/css",
"version": "2.0.29",
"version": "2.0.30",
"scripts": {
"prepare": "npm install -g husky eslint sass gulp uglify-js && husky install",
"start": "gulp watch",
Expand Down Expand Up @@ -57,4 +57,4 @@
"homepage": "https://squidit.github.io/css",
"author": "Squid <developers@squidit.com.br>",
"license": "MIT"
}
}
8 changes: 4 additions & 4 deletions src/scss/helpers/_tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ $blackWhiteList: (
}

// Primary
--primary_color: var(--pink-40) #{$important};
--primary_color_hover: var(--pink-50) #{$important};
--primary_color: var(--purple-40) #{$important};
--primary_color_hover: var(--purple-50) #{$important};
}

@mixin theme-dark($force: false) {
Expand Down Expand Up @@ -230,8 +230,8 @@ $blackWhiteList: (
}

// Primary
--primary_color: var(--pink-70) #{$important};
--primary_color_hover: var(--pink-60) #{$important};
--primary_color: var(--purple-70) #{$important};
--primary_color_hover: var(--purple-60) #{$important};
}

@mixin theme-global {
Expand Down

0 comments on commit ce8475e

Please sign in to comment.