Skip to content

Commit

Permalink
fix: add border secondary (#355)
Browse files Browse the repository at this point in the history
Co-authored-by: Leonardo Di Vittorio <leonardo.divittorio@Leonardos-MacBook-Pro.local>
  • Loading branch information
div-Leo and Leonardo Di Vittorio committed Aug 17, 2023
1 parent c67d40e commit 75243ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/essentials/Colors/Colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export const SemanticColors = {
},
border: {
primary: Colors.AUTHENTIC_BLUE_200,
secondary: Colors.AUTHENTIC_BLUE_50,
info: Colors.ACTION_BLUE_350,
danger: Colors.NEGATIVE_ORANGE_350,
success: Colors.POSITIVE_GREEN_350,
Expand Down

0 comments on commit 75243ec

Please sign in to comment.