Skip to content

Commit

Permalink
style(home): change bg to black
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbalpa committed Jul 11, 2024
1 parent 18f2c29 commit 25c4ec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/myPagination/myPagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const MyPagination: React.FC<IMyPagination> = ({
handleClickPrev,
}) => {
return (
<Pagination>
<Pagination className="text-white">
<PaginationContent>
<PaginationItem>
<PaginationPreviousDouble
Expand Down
2 changes: 1 addition & 1 deletion src/modules/home/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const HomeModule: React.FC = () => {
};

return (
<div className="flex min-h-screen w-full flex-col items-center pb-20">
<div className="flex min-h-screen w-full flex-col items-center bg-black pb-20">
<Backdrop movie={movies[2]} backdrop={backdrop} />
<SearchBar query={query} handleQueryChange={handleQueryChange} />
<ListMovies movies={movies} />
Expand Down

0 comments on commit 25c4ec5

Please sign in to comment.