Skip to content

Commit

Permalink
Updating split tokens.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjones committed Sep 25, 2023
1 parent 50b1176 commit e0aae9b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions src/styles/variables.classic.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@
"primary": {
"background": {
"main": {
"default": "lch(75 71.4 79.3)",
"default": "#FFC029",
"hover": "lch(81.7 41.9 82.1)",
"active": "lch(75.6 38.8 82.1)",
"disabled": "lch(81.3 0 0)"
},
"action": {
"default": "lch(71.3 67.8 79.3)",
"default": "lch(77.8 74.1 79.3)",
"hover": "lch(77.6 39.8 82.1)",
"active": "lch(69.2 35.5 82.1)",
"disabled": "lch(74.4 0 0)"
Expand All @@ -166,7 +166,7 @@
"disabled": "rgba(0,0,0,0)"
},
"divide": {
"default": "lch(62.4 59.3 79.3)",
"default": "lch(68.1 64.8 79.3)",
"hover": "lch(71.5 36.7 82.1)",
"active": "lch(66.1 33.9 82.1)",
"disabled": "lch(71.1 0 0)"
Expand Down
6 changes: 3 additions & 3 deletions src/styles/variables.dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
"primary": {
"background": {
"main": {
"default": "lch(89.3 64.5 103)",
"default": "#FAFF69",
"hover": "lch(89.9 45.1 103)",
"active": "lch(82.5 59.7 103)",
"disabled": "lch(25.2 0 0)"
Expand All @@ -278,7 +278,7 @@
"disabled": "rgba(0,0,0,0)"
},
"divide": {
"default": "lch(78.1 56.4 103)",
"default": "lch(85.4 61.7 103)",
"hover": "lch(78.7 39.5 103)",
"active": "lch(72.2 52.2 103)",
"disabled": "lch(23.1 0 0)"
Expand All @@ -288,7 +288,7 @@
"divide": {
"default": "lch(31.2 0 0)",
"hover": "lch(34.8 0 0)",
"active": "lch(20.5 2.21 306)",
"active": "lch(24.1 2.6 306)",
"disabled": "lch(23.4 0 0)"
},
"background": {
Expand Down
6 changes: 3 additions & 3 deletions src/styles/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
"primary": {
"background": {
"main": {
"default": "lch(17.6 2.54 306)",
"default": "#302e32",
"hover": "lch(27 3.82 267)",
"active": "lch(5.87 1.22 305)",
"disabled": "lch(81.3 0 0)"
Expand Down Expand Up @@ -545,8 +545,8 @@
"secondary": {
"divide": {
"default": "lch(92 1.05 266)",
"hover": "lch(33 3.27 267)",
"active": "lch(16.4 2.36 306)",
"hover": "lch(92.4 0.99 266)",
"active": "lch(83.8 2.3 258)",
"disabled": "lch(75.5 0 0)"
},
"background": {
Expand Down
6 changes: 3 additions & 3 deletions src/styles/variables.light.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
"primary": {
"background": {
"main": {
"default": "lch(17.6 2.54 306)",
"default": "#302e32",
"hover": "lch(27 3.82 267)",
"active": "lch(5.87 1.22 305)",
"disabled": "lch(81.3 0 0)"
Expand Down Expand Up @@ -287,8 +287,8 @@
"secondary": {
"divide": {
"default": "lch(92 1.05 266)",
"hover": "lch(33 3.27 267)",
"active": "lch(16.4 2.36 306)",
"hover": "lch(92.4 0.99 266)",
"active": "lch(83.8 2.3 258)",
"disabled": "lch(75.5 0 0)"
},
"background": {
Expand Down

1 comment on commit e0aae9b

@vercel
Copy link

@vercel vercel bot commented on e0aae9b Sep 25, 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.vercel.app
click-ui-clickhouse.vercel.app
click-ui-git-main-clickhouse.vercel.app

Please sign in to comment.