Skip to content

Commit

Permalink
Merge pull request #53 from CreativeSurveyApp/refactor/color-border-n…
Browse files Browse the repository at this point in the history
…eutral-secondary

edit color-border-neutral-secondary
  • Loading branch information
gaku101 authored Dec 19, 2023
2 parents 6972be2 + e55a2b7 commit 411a313
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion output.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@
"type": "color"
},
"secondary": {
"value": "#7C7C7C",
"value": "#999999",
"type": "color"
},
"tertiary": {
Expand Down
4 changes: 2 additions & 2 deletions src/tokens/tokens.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 27 Jul 2023 02:52:34 GMT
* Generated on Tue, 19 Dec 2023 06:50:35 GMT
*/

:root {
Expand Down Expand Up @@ -98,7 +98,7 @@
--color-surface-accent-secondary: #5c747f;
--color-surface-black: #000000;
--color-border-neutral-primary: #bababa;
--color-border-neutral-secondary: #7c7c7c;
--color-border-neutral-secondary: #999999;
--color-border-neutral-tertiary: #e0e0e0;
--color-border-theme-primary-primary: #38aec9;
--color-border-normal-primary: #64b5c9;
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/tokens.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 27 Jul 2023 02:52:34 GMT
* Generated on Tue, 19 Dec 2023 06:50:35 GMT
*/

export default tokens;
Expand Down
6 changes: 3 additions & 3 deletions src/tokens/tokens.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 27 Jul 2023 02:52:34 GMT
* Generated on Tue, 19 Dec 2023 06:50:35 GMT
*/

module.exports = {
Expand Down Expand Up @@ -2130,12 +2130,12 @@ module.exports = {
]
},
"secondary": {
"value": "#7c7c7c",
"value": "#999999",
"type": "color",
"filePath": "output.json",
"isSource": true,
"original": {
"value": "#7C7C7C",
"value": "#999999",
"type": "color"
},
"name": "ColorBorderNeutralSecondary",
Expand Down
4 changes: 2 additions & 2 deletions src/tokens/tokens.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 27 Jul 2023 02:52:34 GMT
// Generated on Tue, 19 Dec 2023 06:50:35 GMT

$token-set-order-0: primitive;
$token-set-order-1: semantic;
Expand Down Expand Up @@ -96,7 +96,7 @@ $color-surface-accent-primary: #eaa21a;
$color-surface-accent-secondary: #5c747f;
$color-surface-black: #000000;
$color-border-neutral-primary: #bababa;
$color-border-neutral-secondary: #7c7c7c;
$color-border-neutral-secondary: #999999;
$color-border-neutral-tertiary: #e0e0e0;
$color-border-theme-primary-primary: #38aec9;
$color-border-normal-primary: #64b5c9;
Expand Down
2 changes: 1 addition & 1 deletion tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@
"type": "color"
},
"secondary": {
"value": "{color.gray.500}",
"value": "{color.gray.400}",
"type": "color"
},
"tertiary": {
Expand Down

0 comments on commit 411a313

Please sign in to comment.