File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ const BASE_COLORS = {
1818} ;
1919
2020const 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 ,
You can’t perform that action at this time.
0 commit comments