Skip to content

Commit

Permalink
putting the background back in, but using the theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed Oct 7, 2021
1 parent 5341b11 commit a9cda6d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ const LimitSelectStyled = styled.span`

const StyledToolbar = styled.div`
padding: ${({ theme }) => theme.gridUnit * 2}px;
background: ${({ theme }) => theme.colors.grayscale.light5};
display: flex;
justify-content: space-between;
border: 1px solid ${({ theme }) => theme.colors.grayscale.light2};
Expand Down

0 comments on commit a9cda6d

Please sign in to comment.