Skip to content

Commit 9ba1645

Browse files
authored
update ux-blue-100 ux-blue-200 (#410)
1 parent c7cca65 commit 9ba1645

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

scss/colors/palette.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ $brand-color-office365: #2372BA;
2424
$brand-color-twitter: #1B95E0;
2525
$brand-color-yahoo: #6001d2;
2626

27-
$ux-blue-100: #EBF6FF;
28-
$ux-blue-200: #C9E5FC;
27+
$ux-blue-100: #F1F5FE;
28+
$ux-blue-200: #BDD1FB;
2929
$ux-blue-300: #92CBFC;
3030
$ux-blue-400: #5AA4E5;
3131
$ux-blue-500: $ux-blue;

spec/__snapshots__/Storyshots.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5830,7 +5830,7 @@ exports[`Storyshots Design System/Styles/Color Palette Blue 1`] = `
58305830
<div
58315831
style={
58325832
Object {
5833-
"backgroundColor": "#EBF6FF",
5833+
"backgroundColor": "#F1F5FE",
58345834
"flexBasis": "11%",
58355835
"height": "100%",
58365836
}
@@ -5853,7 +5853,7 @@ exports[`Storyshots Design System/Styles/Color Palette Blue 1`] = `
58535853
<div
58545854
style={
58555855
Object {
5856-
"backgroundColor": "#C9E5FC",
5856+
"backgroundColor": "#BDD1FB",
58575857
"flexBasis": "11%",
58585858
"height": "100%",
58595859
}

src/Styles/colors/palette.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const BASE_COLORS = {
1818
};
1919

2020
const COLOR_GRADIENTS = {
21-
UX_BLUE_100: '#EBF6FF',
22-
UX_BLUE_200: '#C9E5FC',
21+
UX_BLUE_100: '#F1F5FE',
22+
UX_BLUE_200: '#BDD1FB',
2323
UX_BLUE_300: '#92CBFC',
2424
UX_BLUE_400: '#5AA4E5',
2525
UX_BLUE_500: BASE_COLORS.UX_BLUE,

0 commit comments

Comments
 (0)