You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/eui/src/global_styling/mixins/__snapshots__/_color.test.ts.snap
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
exports[`useEuiBackgroundColor mixin returns a calculated background version for each color: accent 1`] =`"#feedf5"`;
4
4
5
-
exports[`useEuiBackgroundColor mixin returns a calculated background version for each color: accentSecondary 1`] =`"#feedf5"`;
5
+
exports[`useEuiBackgroundColor mixin returns a calculated background version for each color: accentSecondary 1`] =`"#e6f9f7"`;
6
6
7
7
exports[`useEuiBackgroundColor mixin returns a calculated background version for each color: as transparent accent 1`] =`"rgba(240,78,152,0.1)"`;
8
8
9
-
exports[`useEuiBackgroundColor mixin returns a calculated background version for each color: as transparent accentSecondary 1`] =`"rgba(240,78,152,0.1)"`;
9
+
exports[`useEuiBackgroundColor mixin returns a calculated background version for each color: as transparent accentSecondary 1`] =`"rgba(0,191,179,0.1)"`;
10
10
11
11
exports[`useEuiBackgroundColor mixin returns a calculated background version for each color: as transparent danger 1`] =`"rgba(189,39,30,0.1)"`;
12
12
@@ -38,7 +38,7 @@ exports[`useEuiBackgroundColor mixin returns a calculated background version for
38
38
39
39
exports[`useEuiBackgroundColorCSS hook returns an object of Emotion background-color properties for each color: accent 1`] =`"background-color:#feedf5;label:accent;"`;
40
40
41
-
exports[`useEuiBackgroundColorCSS hook returns an object of Emotion background-color properties for each color: accentSecondary 1`] =`"background-color:#feedf5;label:accentSecondary;"`;
41
+
exports[`useEuiBackgroundColorCSS hook returns an object of Emotion background-color properties for each color: accentSecondary 1`] =`"background-color:#e6f9f7;label:accentSecondary;"`;
42
42
43
43
exports[`useEuiBackgroundColorCSS hook returns an object of Emotion background-color properties for each color: danger 1`] =`"background-color:#f8e9e9;label:danger;"`;
44
44
@@ -56,7 +56,7 @@ exports[`useEuiBackgroundColorCSS hook returns an object of Emotion background-c
56
56
57
57
exports[`useEuiBorderColorCSS hook returns an object of Emotion border-color properties for each color: accent 1`] =`"border-color:#f9b8d6;label:accent;"`;
58
58
59
-
exports[`useEuiBorderColorCSS hook returns an object of Emotion border-color properties for each color: accentSecondary 1`] =`"border-color:#f9b8d6;label:accentSecondary;"`;
59
+
exports[`useEuiBorderColorCSS hook returns an object of Emotion border-color properties for each color: accentSecondary 1`] =`"border-color:#99e5e1;label:accentSecondary;"`;
60
60
61
61
exports[`useEuiBorderColorCSS hook returns an object of Emotion border-color properties for each color: danger 1`] =`"border-color:#e5a9a5;label:danger;"`;
0 commit comments