Skip to content

Commit 73e15ce

Browse files
committed
Remove sky color
Sky colors are not in the Design Doc from https://docs.google.com/document/d/1cD7SvX1MDrUxBsxjb7AYAxQUSCdhxGWrktrQKlPVPyw/edit#bookmark=id.3n1cgzc2rbmf Signed-off-by: David Pordomingo <[email protected]>
1 parent 0fbe429 commit 73e15ce

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

srcd/superset/assets/src/customization/colors.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ const palette = {
3030
navy: '#195dca',
3131
navyLight: '#8fb5f1',
3232

33-
sky: '#29bff2',
34-
skyLight: '#c9effc',
35-
3633
gray: '#6d6e71',
3734
grayLight: '#c6c7c8',
3835
};

srcd/superset/assets/src/customization/srcdColorsCategorical.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ export const scheme = [
5050
palette.vanilaLight,
5151
palette.navy,
5252
palette.navyLight,
53-
palette.sky,
54-
palette.skyLight,
5553
palette.gray,
5654
palette.grayLight,
5755
],
@@ -65,7 +63,7 @@ export const scheme = [
6563
palette.lime,
6664
palette.vanila,
6765
palette.navy,
68-
palette.sky,
66+
palette.gray,
6967
],
7068
},
7169
{

0 commit comments

Comments
 (0)