Skip to content

Commit

Permalink
divider opacity in dark
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed Apr 3, 2024
1 parent 1d48dba commit 3e667c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokens/o2-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,12 +1036,12 @@
"description": "darkModeGrey6"
},
"divider": {
"value": "rgba({palette.white}, 0.05)",
"value": "rgba({palette.white}, 0.1)",
"type": "color",
"description": "white"
},
"dividerInverse": {
"value": "rgba({palette.white}, 0.05)",
"value": "rgba({palette.white}, 0.1)",
"type": "color",
"description": "white"
},
Expand Down

0 comments on commit 3e667c2

Please sign in to comment.