Skip to content

Commit

Permalink
fix: additional color weight
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed Oct 19, 2023
1 parent 69cc922 commit aae3d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ UNFOLD = {
"700": "126 34 206",
"800": "107 33 168",
"900": "88 28 135",
"950": "59 7 100",
},
},
"EXTENSIONS": {
Expand Down
1 change: 1 addition & 0 deletions src/unfold/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"700": "126 34 206",
"800": "107 33 168",
"900": "88 28 135",
"950": "59 7 100",
},
},
"DASHBOARD_CALLBACK": None,
Expand Down

0 comments on commit aae3d58

Please sign in to comment.