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/web-series/components/searchBar.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/web-series/components/searchBar.jsx')
| -rw-r--r-- | src/app/web-series/components/searchBar.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/web-series/components/searchBar.jsx b/src/app/web-series/components/searchBar.jsx index 81dd25f..42531bc 100644 --- a/src/app/web-series/components/searchBar.jsx +++ b/src/app/web-series/components/searchBar.jsx @@ -23,7 +23,7 @@ const SearchBar = () => { <FaSearch color="white" className={styles.SearchIcon} - size={17} + size={22} /> <input placeholder="Enter series title here" |