Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Changing hex values to uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Jun 22, 2022
1 parent c2597fd commit e29bded
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/figma/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@
"shadows": {
"xs": {
"value": {
"color": "#0000001a",
"color": "#0000001A",
"type": "dropShadow",
"x": 0,
"y": 2,
Expand All @@ -950,7 +950,7 @@
},
"sm": {
"value": {
"color": "#0000001a",
"color": "#0000001A",
"type": "dropShadow",
"x": 0,
"y": 2,
Expand All @@ -961,7 +961,7 @@
},
"md": {
"value": {
"color": "#0000001a",
"color": "#0000001A",
"type": "dropShadow",
"x": 0,
"y": 2,
Expand All @@ -972,7 +972,7 @@
},
"lg": {
"value": {
"color": "#0000001a",
"color": "#0000001A",
"type": "dropShadow",
"x": 0,
"y": 8,
Expand All @@ -983,7 +983,7 @@
},
"primary": {
"value": {
"color": "#037dd633",
"color": "#037DD633",
"type": "dropShadow",
"x": 0,
"y": 7,
Expand All @@ -994,7 +994,7 @@
},
"error": {
"value": {
"color": "#d73a4966",
"color": "#D73A4966",
"type": "dropShadow",
"x": 0,
"y": 7,
Expand Down

0 comments on commit e29bded

Please sign in to comment.