Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
simonewebdesign committed May 20, 2024
1 parent 5d1aada commit 521c87d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions dist/js/colors/light.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,13 +271,13 @@ exports.default = {
"counterBg": "rgba(31,35,40,0.08)",
"primary": {
"text": "#ffffff",
"bg": "#0A6351",
"bg": "#08856C",
"border": "rgba(31,35,40,0.15)",
"shadow": "0 1px 0 rgba(31,35,40,0.1)",
"insetShadow": "inset 0 1px 0 rgba(255,255,255,0.03)",
"hoverBg": "#08856C",
"hoverBg": "#0A6351",
"hoverBorder": "rgba(31,35,40,0.15)",
"selectedBg": "hsla(168,89%,26%,1)",
"selectedBg": "hsla(168,82%,19%,1)",
"selectedShadow": "inset 0 1px 0 rgba(7,37,31,0.2)",
"disabledText": "rgba(255,255,255,0.8)",
"disabledBg": "#94d3a2",
Expand Down
6 changes: 3 additions & 3 deletions dist/json/colors/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,13 +269,13 @@
"counterBg": "rgba(31,35,40,0.08)",
"primary": {
"text": "#ffffff",
"bg": "#0A6351",
"bg": "#08856C",
"border": "rgba(31,35,40,0.15)",
"shadow": "0 1px 0 rgba(31,35,40,0.1)",
"insetShadow": "inset 0 1px 0 rgba(255,255,255,0.03)",
"hoverBg": "#08856C",
"hoverBg": "#0A6351",
"hoverBorder": "rgba(31,35,40,0.15)",
"selectedBg": "hsla(168,89%,26%,1)",
"selectedBg": "hsla(168,82%,19%,1)",
"selectedShadow": "inset 0 1px 0 rgba(7,37,31,0.2)",
"disabledText": "rgba(255,255,255,0.8)",
"disabledBg": "#94d3a2",
Expand Down
6 changes: 3 additions & 3 deletions dist/scss/colors/_light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,13 @@
--color-btn-selected-bg: hsla(220,14%,94%,1);
--color-btn-counter-bg: rgba(31,35,40,0.08);
--color-btn-primary-text: #ffffff;
--color-btn-primary-bg: #0A6351;
--color-btn-primary-bg: #08856C;
--color-btn-primary-border: rgba(31,35,40,0.15);
--color-btn-primary-shadow: 0 1px 0 rgba(31,35,40,0.1);
--color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
--color-btn-primary-hover-bg: #08856C;
--color-btn-primary-hover-bg: #0A6351;
--color-btn-primary-hover-border: rgba(31,35,40,0.15);
--color-btn-primary-selected-bg: hsla(168,89%,26%,1);
--color-btn-primary-selected-bg: hsla(168,82%,19%,1);
--color-btn-primary-selected-shadow: inset 0 1px 0 rgba(7,37,31,0.2);
--color-btn-primary-disabled-text: rgba(255,255,255,0.8);
--color-btn-primary-disabled-bg: #94d3a2;
Expand Down
6 changes: 3 additions & 3 deletions dist/ts/colors/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,13 +269,13 @@ export default {
"counterBg": "rgba(31,35,40,0.08)",
"primary": {
"text": "#ffffff",
"bg": "#0A6351",
"bg": "#08856C",
"border": "rgba(31,35,40,0.15)",
"shadow": "0 1px 0 rgba(31,35,40,0.1)",
"insetShadow": "inset 0 1px 0 rgba(255,255,255,0.03)",
"hoverBg": "#08856C",
"hoverBg": "#0A6351",
"hoverBorder": "rgba(31,35,40,0.15)",
"selectedBg": "hsla(168,89%,26%,1)",
"selectedBg": "hsla(168,82%,19%,1)",
"selectedShadow": "inset 0 1px 0 rgba(7,37,31,0.2)",
"disabledText": "rgba(255,255,255,0.8)",
"disabledBg": "#94d3a2",
Expand Down

0 comments on commit 521c87d

Please sign in to comment.