Skip to content

Commit

Permalink
Updating feedback colours (#448)
Browse files Browse the repository at this point in the history
* Tweaking feedback colours

* Updating danger button colours
  • Loading branch information
gjones authored Jul 24, 2024
1 parent 061aaf8 commit a83228a
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 237 deletions.
26 changes: 13 additions & 13 deletions src/styles/variables.classic.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
},
"danger": {
"background": {
"default": "#ffdddd",
"hover": "#ff9898",
"active": "lch(78 26.3 22)"
"default": "rgb(100% 13.7% 13.7% / 0.1)",
"hover": "rgb(100% 59.6% 59.6% / 0.2)",
"active": "rgb(100% 72.9% 72.9% / 0.3)"
},
"text": {
"default": "#c10000"
Expand Down Expand Up @@ -130,7 +130,7 @@
},
"danger": {
"background": {
"default": "#ffdddd",
"default": "rgb(100% 13.7% 13.7% / 0.1)",
"hover": "#ff9898",
"active": "#ffbaba"
},
Expand All @@ -140,9 +140,9 @@
"active": "#c10000"
},
"stroke": {
"default": "#ffdddd",
"hover": "#ff9898",
"active": "lch(78 26.3 22)"
"default": "rgb(100% 13.7% 13.7% / 0.1)",
"hover": "rgb(100% 59.6% 59.6% / 0.2)",
"active": "rgb(100% 72.9% 72.9% / 0.3)"
}
},
"ghost": {
Expand All @@ -164,7 +164,7 @@
},
"info": {
"background": {
"default": "#dae6fc",
"default": "rgb(7.45% 35.7% 90.2% / 0.1)",
"hover": "#b5cdf9",
"active": "#91b3f6"
},
Expand All @@ -174,7 +174,7 @@
"active": "#135be6"
},
"stroke": {
"default": "#dae6fc",
"default": "rgb(7.45% 35.7% 90.2% / 0.1)",
"hover": "#b5cdf9",
"active": "#91b3f6"
}
Expand Down Expand Up @@ -246,7 +246,7 @@
"stroke": {
"default": "#e6e7e9",
"hover": "#e6e7e9",
"active": "lch(84 2.28 258)",
"active": "rgb(81.2% 82.3% 83.8%)",
"disabled": "rgba(0,0,0,0)"
}
}
Expand Down Expand Up @@ -328,7 +328,7 @@
"background": {
"default": "#ffffff",
"hover": "#f6f7fa",
"active": "lch(92.4 1.49 272)",
"active": "rgb(91.6% 92% 93.1%)",
"disabled": "#dfdfdf"
},
"title": {
Expand Down Expand Up @@ -422,8 +422,8 @@
"active": "#161517"
},
"background": {
"default": "lch(97.2 1.57 272 / 0.9)",
"hover": "lch(91.8 1.07 266)",
"default": "rgb(96.5% 96.9% 98% / 0.9)",
"hover": "rgb(90.4% 90.8% 91.6%)",
"active": "lch(89.3 1.07 266)"
},
"stroke": {
Expand Down
Loading

0 comments on commit a83228a

Please sign in to comment.