Skip to content

Commit

Permalink
fix: jumbotron background color fit theme
Browse files Browse the repository at this point in the history
Signed-off-by: leofvo <[email protected]>
  • Loading branch information
leofvo committed Jan 12, 2023
1 parent 1b09fad commit 383e658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/polyflix/src/modules/core/pages/Home.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export const HomePage = () => {
spacing: 2,
}}
sx={{
backgroundColor: '#f0f0f0',
backgroundColor: 'bg',
pt: {
xs: `${APP_BAR_MOBILE + 16}px`,
lg: `${APP_BAR_DESKTOP}px`,
Expand Down

0 comments on commit 383e658

Please sign in to comment.