File tree Expand file tree Collapse file tree
superset-frontend/packages/superset-ui-core/src/components/EmptyState Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ const EmptyStateContainer = styled.div`
6060 flex-direction : column;
6161 width : 100% ;
6262 height : 100% ;
63- color : ${ theme . colorTextQuaternary } ;
63+ color : ${ theme . colorTextTertiary } ;
6464 align-items : center;
6565 justify-content : center;
6666 padding : ${ theme . sizeUnit * 4 } px;
@@ -84,7 +84,7 @@ const EmptyStateContainer = styled.div`
8484const Title = styled . p < { size : EmptyStateSize } > `
8585 ${ ( { theme, size } ) => css `
8686 font-size : ${ size === 'large' ? theme . fontSizeLG : theme . fontSize } px;
87- color : ${ theme . colorTextQuaternary } ;
87+ color : ${ theme . colorTextTertiary } ;
8888 margin-top : ${ size === 'large' ? theme . sizeUnit * 4 : theme . sizeUnit * 2 } px;
8989 font-weight : ${ theme . fontWeightStrong } ;
9090 ` }
@@ -93,7 +93,7 @@ const Title = styled.p<{ size: EmptyStateSize }>`
9393const Description = styled . p < { size : EmptyStateSize } > `
9494 ${ ( { theme, size } ) => css `
9595 font-size : ${ size === 'large' ? theme . fontSize : theme . fontSizeSM } px;
96- color : ${ theme . colorTextQuaternary } ;
96+ color : ${ theme . colorTextTertiary } ;
9797 margin-top : ${ theme . sizeUnit * 2 } px;
9898 ` }
9999` ;
You can’t perform that action at this time.
0 commit comments