mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +00:00
fix(native-filters): Low contrast of empty state in dark mode (#34812)
This commit is contained in:
committed by
GitHub
parent
3895b8b127
commit
59c01e016d
@@ -74,7 +74,7 @@ const verticalStyle = (theme: SupersetTheme, width: number) => css`
|
||||
|
||||
background: linear-gradient(
|
||||
${rgba(theme.colorBgLayout, 0)},
|
||||
${theme.colorBgElevated} 20%
|
||||
${theme.colorBgContainer} 20%
|
||||
);
|
||||
|
||||
& > .filter-apply-button {
|
||||
|
||||
@@ -70,7 +70,6 @@ const Bar = styled.div<{ width: number }>`
|
||||
display: none;
|
||||
&.open {
|
||||
display: flex;
|
||||
background-color: ${theme.colorBgBase};
|
||||
}
|
||||
`}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user