Skip to content

Commit

Permalink
docs(color): usage decision tree (#3611)
Browse files Browse the repository at this point in the history
* docs: adds decision tree for color usage

* fix: replaces hex stroke color by css var

---------

Co-authored-by: brunoschadeck <[email protected]>
  • Loading branch information
nmerget and bruno-sch authored Dec 19, 2024
1 parent 506e40c commit 5b1ba2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const ColorUsageGuide = () => {
</p>
<DBSection>
<ArcherContainer
strokeColor="#c3c7cc"
strokeColor="var(--db-current-color-border)"
endMarker={true}
endShape={{ arrow: { arrowLength: 5, arrowThickness: 5 } }}>
<div className="decision-tree" data-density="functional">
Expand Down

0 comments on commit 5b1ba2c

Please sign in to comment.