Skip to content

Commit

Permalink
add currentColor as design token
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchristina committed Dec 27, 2024
1 parent f417c3c commit 1728267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/colors.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const colors = {
brightBlue: 'rgba(70, 223, 240, 1)', // #46dff0
exportTextareaColor: 'rgba(170, 170, 170, 1)', // #aaa, also used in anchorButton
inherit: 'inherit',
currentColor: 'currentColor',
},
light: {
// Background colors in capacitor app needs to be in hexadecimal codes
Expand Down Expand Up @@ -130,6 +131,7 @@ const colors = {
brightBlue: 'rgba(70, 223, 240, 1)', // #46dff0
exportTextareaColor: 'rgba(85, 85, 85, 1)',
inherit: 'inherit',
currentColor: 'currentColor',
},
} as const

Expand Down

0 comments on commit 1728267

Please sign in to comment.