Skip to content

Commit

Permalink
feat: introduce dark mode red color (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB authored Sep 6, 2023
1 parent b2bd7fe commit 678fba7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions designTokens/color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ export const color: DesignTokens = {
value: 'rgba(235,0,0,.9)',
},
},
mode: {
dark: {
value: 'rgb(255,56,56,1)',
},
},
},
red125: {
default: {
Expand Down

0 comments on commit 678fba7

Please sign in to comment.