File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
superset-frontend/packages/superset-ui-core/src/components/EmptyState Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ const EmptyStateContainer = styled.div`
60
60
flex-direction : column;
61
61
width : 100% ;
62
62
height : 100% ;
63
- color : ${ theme . colorTextQuaternary } ;
63
+ color : ${ theme . colorTextTertiary } ;
64
64
align-items : center;
65
65
justify-content : center;
66
66
padding : ${ theme . sizeUnit * 4 } px;
@@ -84,7 +84,7 @@ const EmptyStateContainer = styled.div`
84
84
const Title = styled . p < { size : EmptyStateSize } > `
85
85
${ ( { theme, size } ) => css `
86
86
font-size : ${ size === 'large' ? theme . fontSizeLG : theme . fontSize } px;
87
- color : ${ theme . colorTextQuaternary } ;
87
+ color : ${ theme . colorTextTertiary } ;
88
88
margin-top : ${ size === 'large' ? theme . sizeUnit * 4 : theme . sizeUnit * 2 } px;
89
89
font-weight : ${ theme . fontWeightStrong } ;
90
90
` }
@@ -93,7 +93,7 @@ const Title = styled.p<{ size: EmptyStateSize }>`
93
93
const Description = styled . p < { size : EmptyStateSize } > `
94
94
${ ( { theme, size } ) => css `
95
95
font-size : ${ size === 'large' ? theme . fontSize : theme . fontSizeSM } px;
96
- color : ${ theme . colorTextQuaternary } ;
96
+ color : ${ theme . colorTextTertiary } ;
97
97
margin-top : ${ theme . sizeUnit * 2 } px;
98
98
` }
99
99
` ;
You can’t perform that action at this time.
0 commit comments