diff options
| author | real-zephex <[email protected]> | 2024-05-24 22:51:36 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-24 22:51:36 +0530 |
| commit | 180c9577f8337991ca71470816333fe8430cd3ca (patch) | |
| tree | 82caa5a920443bcf0db3746c7ecacd968d4fc148 /src/app/movies/components/search.jsx | |
| parent | style: minor improvements to the anime cards (diff) | |
| download | dramalama-180c9577f8337991ca71470816333fe8430cd3ca.tar.xz dramalama-180c9577f8337991ca71470816333fe8430cd3ca.zip | |
✨ feat(ui): 🎨 migrate from vanilla css to tailwind css, adopted next ui and restructured
Diffstat (limited to 'src/app/movies/components/search.jsx')
| -rw-r--r-- | src/app/movies/components/search.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/movies/components/search.jsx b/src/app/movies/components/search.jsx index 6514b76..dca163a 100644 --- a/src/app/movies/components/search.jsx +++ b/src/app/movies/components/search.jsx @@ -19,7 +19,7 @@ export default function SEARCH_COMPONENT() { <FaSearch color="white" className={styles.SearchIcon} - size={17} + size={22} /> <input placeholder="Enter movie title here" |