Skip to content

Commit

Permalink
fix: update radio check top to be correct value (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanWallace authored Apr 23, 2024
1 parent 4e51858 commit 9cf2b2b
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion build/figma/figma.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -3707,7 +3707,7 @@
"type": "spacing"
},
"top": {
"value": "0.1875rem",
"value": "0.9375rem",
"type": "spacing"
}
},
Expand Down
4 changes: 2 additions & 2 deletions build/web/css/.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 15 Apr 2024 23:56:04 GMT
* Generated on Tue, 23 Apr 2024 18:49:21 GMT
*/

:root {
Expand Down Expand Up @@ -694,7 +694,7 @@
--gcds-radio-check-border-width: 0.3125rem;
--gcds-radio-check-height-and-width: 1.125rem;
--gcds-radio-check-left: 0.9375rem;
--gcds-radio-check-top: 0.1875rem;
--gcds-radio-check-top: 0.9375rem;
--gcds-radio-danger-border: #d3080c;
--gcds-radio-default-text: #333333;
--gcds-radio-disabled-background: #d6d9dd;
Expand Down
4 changes: 2 additions & 2 deletions build/web/css/components.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 15 Apr 2024 23:56:04 GMT
* Generated on Tue, 23 Apr 2024 18:49:21 GMT
*/

:root {
Expand Down Expand Up @@ -551,7 +551,7 @@
--gcds-radio-check-border-width: 0.3125rem;
--gcds-radio-check-height-and-width: 1.125rem;
--gcds-radio-check-left: 0.9375rem;
--gcds-radio-check-top: 0.1875rem;
--gcds-radio-check-top: 0.9375rem;
--gcds-radio-danger-border: #d3080c;
--gcds-radio-default-text: #333333;
--gcds-radio-disabled-background: #d6d9dd;
Expand Down
4 changes: 2 additions & 2 deletions build/web/css/components/radio.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/**
* Do not edit directly
* Generated on Thu, 04 Apr 2024 18:09:58 GMT
* Generated on Tue, 23 Apr 2024 18:49:21 GMT
*/

:root {
--gcds-radio-border-radius: 100%;
--gcds-radio-check-border-width: 0.3125rem;
--gcds-radio-check-height-and-width: 1.125rem;
--gcds-radio-check-left: 0.9375rem;
--gcds-radio-check-top: 0.1875rem;
--gcds-radio-check-top: 0.9375rem;
--gcds-radio-danger-border: #d3080c;
--gcds-radio-default-text: #333333;
--gcds-radio-disabled-background: #d6d9dd;
Expand Down
4 changes: 2 additions & 2 deletions build/web/css/tokens.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 15 Apr 2024 23:56:04 GMT
* Generated on Tue, 23 Apr 2024 18:49:21 GMT
*/

:root {
Expand Down Expand Up @@ -694,7 +694,7 @@
--gcds-radio-check-border-width: 0.3125rem;
--gcds-radio-check-height-and-width: 1.125rem;
--gcds-radio-check-left: 0.9375rem;
--gcds-radio-check-top: 0.1875rem;
--gcds-radio-check-top: 0.9375rem;
--gcds-radio-danger-border: #d3080c;
--gcds-radio-default-text: #333333;
--gcds-radio-disabled-background: #d6d9dd;
Expand Down
4 changes: 2 additions & 2 deletions build/web/scss/.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Mon, 15 Apr 2024 23:56:04 GMT
// Generated on Tue, 23 Apr 2024 18:49:21 GMT

$gcds-color-blue-100: #d7e5f5;
$gcds-color-blue-500: #6584a6; // Must contrast 3:1 with white
Expand Down Expand Up @@ -692,7 +692,7 @@ $gcds-radio-border-radius: 100%;
$gcds-radio-check-border-width: 0.3125rem;
$gcds-radio-check-height-and-width: 1.125rem;
$gcds-radio-check-left: 0.9375rem;
$gcds-radio-check-top: 0.1875rem;
$gcds-radio-check-top: 0.9375rem;
$gcds-radio-danger-border: #d3080c;
$gcds-radio-default-text: #333333;
$gcds-radio-disabled-background: #d6d9dd;
Expand Down
4 changes: 2 additions & 2 deletions build/web/scss/components.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Mon, 15 Apr 2024 23:56:04 GMT
// Generated on Tue, 23 Apr 2024 18:49:20 GMT

$gcds-link-focus-background: #0535d2;
$gcds-link-focus-outline-width: 0.1875rem;
Expand Down Expand Up @@ -549,7 +549,7 @@ $gcds-radio-border-radius: 100%;
$gcds-radio-check-border-width: 0.3125rem;
$gcds-radio-check-height-and-width: 1.125rem;
$gcds-radio-check-left: 0.9375rem;
$gcds-radio-check-top: 0.1875rem;
$gcds-radio-check-top: 0.9375rem;
$gcds-radio-danger-border: #d3080c;
$gcds-radio-default-text: #333333;
$gcds-radio-disabled-background: #d6d9dd;
Expand Down
4 changes: 2 additions & 2 deletions build/web/scss/components/radio.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

// Do not edit directly
// Generated on Thu, 04 Apr 2024 18:09:58 GMT
// Generated on Tue, 23 Apr 2024 18:49:20 GMT

$gcds-radio-border-radius: 100%;
$gcds-radio-check-border-width: 0.3125rem;
$gcds-radio-check-height-and-width: 1.125rem;
$gcds-radio-check-left: 0.9375rem;
$gcds-radio-check-top: 0.1875rem;
$gcds-radio-check-top: 0.9375rem;
$gcds-radio-danger-border: #d3080c;
$gcds-radio-default-text: #333333;
$gcds-radio-disabled-background: #d6d9dd;
Expand Down
4 changes: 2 additions & 2 deletions build/web/scss/tokens.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Mon, 15 Apr 2024 23:56:03 GMT
// Generated on Tue, 23 Apr 2024 18:49:20 GMT

$gcds-color-blue-100: #d7e5f5;
$gcds-color-blue-500: #6584a6; // Must contrast 3:1 with white
Expand Down Expand Up @@ -692,7 +692,7 @@ $gcds-radio-border-radius: 100%;
$gcds-radio-check-border-width: 0.3125rem;
$gcds-radio-check-height-and-width: 1.125rem;
$gcds-radio-check-left: 0.9375rem;
$gcds-radio-check-top: 0.1875rem;
$gcds-radio-check-top: 0.9375rem;
$gcds-radio-danger-border: #d3080c;
$gcds-radio-default-text: #333333;
$gcds-radio-disabled-background: #d6d9dd;
Expand Down
2 changes: 1 addition & 1 deletion tokens/components/radio/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"type": "spacing"
},
"top": {
"value": "{spacing.50.value}",
"value": "{spacing.250.value}",
"type": "spacing"
}
},
Expand Down

0 comments on commit 9cf2b2b

Please sign in to comment.