Skip to content

Commit

Permalink
Update background variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alexd-bes committed Nov 2, 2023
1 parent f91b3c4 commit 2a31cdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { LeaderboardTable } from './LeaderboardTable';

const ScrollBody = styled.div`
overflow: auto;
background: white;
background: ${({ theme }) => theme.palette.background.paper};
border-radius: 10px;
flex: 1;
`;
Expand Down

0 comments on commit 2a31cdb

Please sign in to comment.