Enhance UI components with gradient backgrounds and improved interactions: update Button, Dropdown, MovieCard layouts (Aurora, Minimal, Zeus), Pagination, Navbar, and Search components to utilize gradient styles for a more visually appealing design. Refactor Pagination to use the new Button component for consistency.
This commit is contained in:
@@ -53,7 +53,7 @@ export const SearchList: FC<Props> = ({ query }) => {
|
||||
|
||||
<div className="relative">
|
||||
{isLoading && (
|
||||
<div className="absolute -inset-10 flex pt-60 justify-center backdrop-blur-xs z-10">
|
||||
<div className="absolute -inset-10 flex pt-60 justify-center bg-gradient-to-t from-slate-900/90 via-slate-800/50 to-transparent z-10">
|
||||
<Spinner />
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user