Skip to content

Commit

Permalink
Update superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Rusackas <[email protected]>
  • Loading branch information
pkdotson and rusackas authored Nov 26, 2020
1 parent d611270 commit 483821f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const CardStyles = styled.div`
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-color: #d8dbe4;
background-color: ${({ theme }) => theme.colors.grayscale.light3};
display: inline-block;
width: 100%;
height: 179px;
Expand Down

0 comments on commit 483821f

Please sign in to comment.