Merge pull request #122 from arduinoturkbatu/batua
at themes page, fixed responsive layout on cards
This commit is contained in:
7
package-lock.json
generated
7
package-lock.json
generated
@@ -14373,10 +14373,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/micromatch": {
|
||||
"version": "4.0.7",
|
||||
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz",
|
||||
"integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==",
|
||||
"license": "MIT",
|
||||
"version": "4.0.8",
|
||||
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
||||
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
||||
"dependencies": {
|
||||
"braces": "^3.0.3",
|
||||
"picomatch": "^2.3.1"
|
||||
|
||||
@@ -19,7 +19,7 @@ export default function ThemesSearch({
|
||||
return (
|
||||
<>
|
||||
<div className="flex w-full p-2 bg-black/10 dark:bg-muted/50 rounded-full overflow-hidden mt-10 items-center border border-black dark:border-muted">
|
||||
<SearchIcon className="w-6 h-6 mx-4 text-black dark:text-white" />
|
||||
<SearchIcon className="size-6 mx-4 text-black dark:text-white" />
|
||||
<input
|
||||
type="text"
|
||||
value={input}
|
||||
|
||||
Reference in New Issue
Block a user