Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion superset-frontend/src/components/ListView/ListView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ import { ListViewError, useListViewState } from './utils';
const ListViewStyles = styled.div`
${({ theme }) => `
text-align: center;
background-color: ${theme.colorBgLayout};
background-color: ${theme.colorBgContainer};
padding-top: ${theme.paddingXS}px;

.superset-list-view {
text-align: left;
Expand Down
Loading