Skip to content

Commit

Permalink
fix(@cubejs-client/playground): white strip at the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilev-alex committed Jul 20, 2021
1 parent 092f733 commit 2eb972d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -23,6 +23,7 @@ const StyledCard = styled(Card)`
border-radius: 0;
border-bottom: 1px;
min-height: 100%;
background: var(--layout-body-background);
& .ant-card-body {
padding: 0;
Expand Down
Expand Up @@ -38,8 +38,9 @@ export function PreAggregationStatus({
preAggregationType,
...props
}: PreAggregationStatusProps) {
const isVersionGt = useServerCoreVersionGt('0.27.49');
const isVersionGt = useServerCoreVersionGt('0.28.4');
const [isModalOpen, toggleModal] = useToggle();

// hide it for the time being
// const renderTime = () => (
// <Typography.Text strong style={{ color: 'rgba(20, 20, 70, 0.85)' }}>
Expand Down

0 comments on commit 2eb972d

Please sign in to comment.