Skip to content

Commit e6a0a36

Browse files
authored
Merge pull request #58 from Teamtailor/chore/figma-changes
Updated active border secondary buttons
2 parents 5ce5914 + 7b28aab commit e6a0a36

15 files changed

Lines changed: 24 additions & 24 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 Tue, 28 Oct 2025 11:00:57 GMT
4+
* Generated on Mon, 03 Nov 2025 08:38:05 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 Tue, 28 Oct 2025 11:00:57 GMT
4+
* Generated on Mon, 03 Nov 2025 08:38:05 GMT
55
*/
66
module.exports = /** @type {const} */ {
77
"black": "#000000",

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

Lines changed: 2 additions & 2 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 Tue, 28 Oct 2025 11:00:57 GMT
4+
* Generated on Mon, 03 Nov 2025 08:38:05 GMT
55
*/
66
module.exports = /** @type {const} */ {
77
"background": {
@@ -181,7 +181,7 @@ module.exports = /** @type {const} */ {
181181
},
182182
"action": {
183183
"medium": "#57595f",
184-
"mediumActive": "rgba(0,0,0, 0.05)",
184+
"mediumActive": "#d7256d",
185185
"strong": "linear-gradient(180deg, rgba(0,0,0, 0.02) 2%, rgba(0,0,0, 0.10) 100%)"
186186
},
187187
"copilot": {

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

Lines changed: 2 additions & 2 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 Tue, 28 Oct 2025 11:00:57 GMT
4+
* Generated on Mon, 03 Nov 2025 08:38:05 GMT
55
*/
66
module.exports = /** @type {const} */ {
77
"background": {
@@ -181,7 +181,7 @@ module.exports = /** @type {const} */ {
181181
},
182182
"action": {
183183
"medium": "#e4e4e7",
184-
"mediumActive": "rgba(0,0,0, 0.05)",
184+
"mediumActive": "#ffc7db",
185185
"strong": "linear-gradient(180deg, rgba(0,0,0, 0.02) 2%, rgba(0,0,0, 0.10) 100%)"
186186
},
187187
"copilot": {

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 Tue, 28 Oct 2025 11:00:57 GMT
4+
* Generated on Mon, 03 Nov 2025 08:38:05 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 Tue, 28 Oct 2025 11:00:57 GMT
3+
* Generated on Mon, 03 Nov 2025 08:38:05 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 Tue, 28 Oct 2025 11:00:57 GMT
3+
* Generated on Mon, 03 Nov 2025 08:38:05 GMT
44
*/
55

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Tue, 28 Oct 2025 11:00:57 GMT
3+
* Generated on Mon, 03 Nov 2025 08:38:05 GMT
44
*/
55

66
module.exports = /** @type {const} */ {
@@ -181,7 +181,7 @@ module.exports = /** @type {const} */ {
181181
},
182182
"action": {
183183
"medium": "#57595f",
184-
"mediumActive": "rgba(0,0,0, 0.05)",
184+
"mediumActive": "#d7256d",
185185
"strong": "linear-gradient(180deg, rgba(0,0,0, 0.02) 2%, rgba(0,0,0, 0.10) 100%)"
186186
},
187187
"copilot": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Tue, 28 Oct 2025 11:00:57 GMT
3+
* Generated on Mon, 03 Nov 2025 08:38:05 GMT
44
*/
55

66
module.exports = /** @type {const} */ {
@@ -181,7 +181,7 @@ module.exports = /** @type {const} */ {
181181
},
182182
"action": {
183183
"medium": "#e4e4e7",
184-
"mediumActive": "rgba(0,0,0, 0.05)",
184+
"mediumActive": "#ffc7db",
185185
"strong": "linear-gradient(180deg, rgba(0,0,0, 0.02) 2%, rgba(0,0,0, 0.10) 100%)"
186186
},
187187
"copilot": {

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 Tue, 28 Oct 2025 11:00:57 GMT
3+
* Generated on Mon, 03 Nov 2025 08:38:05 GMT
44
*/
55

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

0 commit comments

Comments
 (0)