Skip to content

Commit 38d3cc3

Browse files
authored
Increase contrast to action weak and medium (#54)
* Increase contrast to action weak and medium * Update output configs --------- Co-authored-by: johanekhager <johanekhager@users.noreply.github.com>
1 parent c98c051 commit 38d3cc3

13 files changed

Lines changed: 31 additions & 31 deletions

dist/output/colors.spectrum.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22
/**
33
* Do not edit directly
4-
* Generated on Thu, 30 Jan 2025 07:55:55 GMT
4+
* Generated on Mon, 15 Sep 2025 11:49:56 GMT
55
*/
66
module.exports = /** @type {const} */ {
77
"black": "#000000",

dist/output/colors.spectrum.tailwind.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22
/**
33
* Do not edit directly
4-
* Generated on Thu, 30 Jan 2025 07:55:55 GMT
4+
* Generated on Mon, 15 Sep 2025 11:49:56 GMT
55
*/
66
module.exports = /** @type {const} */ {
77
"black": "#000000",

dist/output/colors.theme.dark.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22
/**
33
* Do not edit directly
4-
* Generated on Thu, 30 Jan 2025 07:55:55 GMT
4+
* Generated on Mon, 15 Sep 2025 11:49:56 GMT
55
*/
66
module.exports = /** @type {const} */ {
77
"background": {

dist/output/colors.theme.light.react.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22
/**
33
* Do not edit directly
4-
* Generated on Thu, 30 Jan 2025 07:55:55 GMT
4+
* Generated on Mon, 15 Sep 2025 11:49:56 GMT
55
*/
66
module.exports = /** @type {const} */ {
77
"background": {
@@ -40,9 +40,9 @@ module.exports = /** @type {const} */ {
4040
"strongDisabled": "rgba(244,63,133, 0.5)",
4141
"medium": "#ffffff",
4242
"mediumHover": "#f8f8f9",
43-
"mediumActive": "#fff0f5",
44-
"weakHover": "#f8f8f9",
45-
"weakActive": "#fff0f5"
43+
"mediumActive": "#ffe5ee",
44+
"weakHover": "#eeeef0",
45+
"weakActive": "#ffe5ee"
4646
},
4747
"copilot": {
4848
"default": "#faf5ff",

dist/output/colors.theme.tailwind.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22
/**
33
* Do not edit directly
4-
* Generated on Thu, 30 Jan 2025 07:55:55 GMT
4+
* Generated on Mon, 15 Sep 2025 11:49:56 GMT
55
*/
66
module.exports = /** @type {const} */ {
77
"background": {

src/output/colors.spectrum.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Thu, 30 Jan 2025 07:55:55 GMT
3+
* Generated on Mon, 15 Sep 2025 11:49:56 GMT
44
*/
55

66
module.exports = /** @type {const} */ {

src/output/colors.spectrum.tailwind.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Thu, 30 Jan 2025 07:55:55 GMT
3+
* Generated on Mon, 15 Sep 2025 11:49:56 GMT
44
*/
55

66
module.exports = /** @type {const} */ {

src/output/colors.theme.dark.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Thu, 30 Jan 2025 07:55:55 GMT
3+
* Generated on Mon, 15 Sep 2025 11:49:56 GMT
44
*/
55

66
module.exports = /** @type {const} */ {

src/output/colors.theme.light.react.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Thu, 30 Jan 2025 07:55:55 GMT
3+
* Generated on Mon, 15 Sep 2025 11:49:56 GMT
44
*/
55

66
module.exports = /** @type {const} */ {
@@ -40,9 +40,9 @@ module.exports = /** @type {const} */ {
4040
"strongDisabled": "rgba(244,63,133, 0.5)",
4141
"medium": "#ffffff",
4242
"mediumHover": "#f8f8f9",
43-
"mediumActive": "#fff0f5",
44-
"weakHover": "#f8f8f9",
45-
"weakActive": "#fff0f5"
43+
"mediumActive": "#ffe5ee",
44+
"weakHover": "#eeeef0",
45+
"weakActive": "#ffe5ee"
4646
},
4747
"copilot": {
4848
"default": "#faf5ff",

src/output/colors.theme.tailwind.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Thu, 30 Jan 2025 07:55:55 GMT
3+
* Generated on Mon, 15 Sep 2025 11:49:56 GMT
44
*/
55

66
module.exports = /** @type {const} */ {

0 commit comments

Comments
 (0)