Skip to content

Commit 986bae7

Browse files
celladorJenkins
authored andcommitted
Sync legacy daylight grey 0/10 with Vue palette
682e7dc retinted daylight grey 0 and 10 in the Vue palette to fix a yellowish tint in the light theme but left the legacy copy behind. Now that the page background sits on daylight grey 10, the mismatch would show as a slightly different tint between legacy and Vue rendered surfaces. CMK-37688 Change-Id: I724fccd017d17a7eb2a9fad764bfdbdcdc9f2a3f
1 parent b47ef7a commit 986bae7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cmk-frontend/src/themes/facelift/colors.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ $color-midnight-grey-90: rgb(28, 34, 40);
217217
$color-midnight-grey-100: rgb(15, 18, 21);
218218

219219
/* daylight gray */
220-
$color-daylight-grey-0: rgb(252, 252, 252);
221-
$color-daylight-grey-10: rgb(250, 250, 250);
220+
$color-daylight-grey-0: rgb(251, 251, 254);
221+
$color-daylight-grey-10: rgb(250, 250, 255);
222222
$color-daylight-grey-20: rgb(244, 244, 248);
223223
$color-daylight-grey-30: rgb(240, 240, 244);
224224
$color-daylight-grey-40: rgb(235, 235, 241);

0 commit comments

Comments
 (0)