Skip to content

Commit 17a4ae6

Browse files
authored
Merge pull request #250 from buildo/add-dataviz-to-border-color
add DataViz colors to foreground/border colors
2 parents 7f812cb + 3dbfa8c commit 17a4ae6

File tree

1 file changed

+1
-0
lines changed
  • packages/bento-design-system/src/util

1 file changed

+1
-0
lines changed

packages/bento-design-system/src/util/atoms.ts

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ const color = {
9494
...vars.textColor,
9595
...vars.interactiveForegroundColor,
9696
...vars.outlineColor,
97+
...vars.dataVisualizationColor,
9798
};
9899

99100
const background = {

0 commit comments

Comments
 (0)