Skip to content

Commit

Permalink
fix(tokens): update gradient angles (#1469)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niznikr authored Nov 4, 2024
1 parent 24c3d2d commit 34f1227
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/fast-avocados-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@launchpad-ui/tokens": patch
---

Update gradient angles
8 changes: 4 additions & 4 deletions packages/tokens/src/color-primitives.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,22 +351,22 @@
"$value": "linear-gradient(127deg, {color.brand.yellow.base} -38.66%, {color.brand.cyan.base} 83.73%)"
},
"yellow-pink": {
"$value": "linear-gradient(180deg, {color.brand.yellow.base} 0%, {color.brand.pink.base} 100%)"
"$value": "linear-gradient(148deg, {color.brand.yellow.base} 13.5%, {color.brand.pink.base} 90.96%)"
},
"yellow-blue-pale": {
"$value": "linear-gradient(0deg, {color.white.50} 0%, {color.white.50} 100%), linear-gradient(180deg, {color.brand.yellow.light} 0%, {color.brand.blue.light} 100%)"
"$value": "linear-gradient(0deg, {color.white.50} 0%, {color.white.50} 100%), linear-gradient(151deg, {color.brand.yellow.light} 5.75%, {color.brand.blue.light} 90%)"
},
"cyan-blue": {
"$value": "linear-gradient(136deg, {color.brand.cyan.base} 22.68%, {color.brand.blue.base} 127.6%)"
},
"cyan-purple": {
"$value": "linear-gradient(42deg, {color.brand.purple.base} -17.05%, {color.brand.cyan.base} 147.06%)"
"$value": "linear-gradient(323deg, {color.brand.purple.base} -11.93%, {color.brand.cyan.base} 125.4%)"
},
"purple-blue": {
"$value": "linear-gradient(131deg, {color.brand.purple.base} -15.82%, {color.brand.blue.base} 118.85%)"
},
"purple-pink": {
"$value": "linear-gradient(39deg, {color.brand.purple.base} -17.19%, {color.brand.pink.base} 148.9%)"
"$value": "linear-gradient(326deg, {color.brand.purple.base} -9.86%, {color.brand.pink.base} 112.59%)"
}
}
}
Expand Down

0 comments on commit 34f1227

Please sign in to comment.