Skip to content

Commit

Permalink
Further increasing the contrast of the tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
gjones committed Nov 15, 2023
1 parent 1c23815 commit b97ea8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/styles/variables.dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@
"tooltip": {
"color": {
"background": {
"default": "lch(16.1 0 0 / 0.9)"
"default": "lch(16.1 0 0 / 0.95)"
},
"label": {
"default": "#ffffff"
Expand Down
2 changes: 1 addition & 1 deletion src/styles/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -2170,7 +2170,7 @@
},
"color": {
"background": {
"default": "lch(10.8 0 0 / 0.8)"
"default": "lch(10.8 0 0 / 0.85)"
},
"label": {
"default": "#ffffff"
Expand Down
2 changes: 1 addition & 1 deletion src/styles/variables.light.json
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@
"tooltip": {
"color": {
"background": {
"default": "lch(10.8 0 0 / 0.8)"
"default": "lch(10.8 0 0 / 0.85)"
},
"label": {
"default": "#ffffff"
Expand Down

1 comment on commit b97ea8b

@vercel
Copy link

@vercel vercel bot commented on b97ea8b Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

click-ui – ./

click-ui-clickhouse.vercel.app
click-ui-git-main-clickhouse.vercel.app
click-ui.vercel.app

Please sign in to comment.