Skip to content

Commit

Permalink
chore(ui): update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
condo-design-bot committed Jul 26, 2023
1 parent 566b5a0 commit 6359bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/tokens/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
"description": "Light gradient: Button pressed, etc."
},
"5": {
"value": "linear-gradient(90deg, #4cd174 0%, #6db8f2 100%)",
"value": "linear-gradient(90deg, #26C756 0%, #4BA2E4 100%)",
"type": "color",
"description": "Main gradient: button default, etc."
},
Expand All @@ -376,7 +376,7 @@
"description": "Light green: pressed icons, etc."
},
"5": {
"value": "#39CE66",
"value": "#2BC359",
"type": "color",
"description": "Main green: icons, etc."
},
Expand Down

0 comments on commit 6359bf8

Please sign in to comment.