Skip to content

Commit

Permalink
Tweak gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey committed Sep 25, 2024
1 parent 6e05e7d commit 38e748a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/alf/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ export const fontWeight = {
export const gradients = {
primary: {
values: [
[0, '#0561FF'],
[0, '#054CFF'],
[0.4, '#1085FE'],
[0.6, '#1085FE'],
[1, '#59B9FF'],
],
Expand Down

0 comments on commit 38e748a

Please sign in to comment.