add page text style

This commit is contained in:
ismailsosic
2023-01-04 02:30:44 +01:00
parent 7c88349f05
commit 9937bfa48b
31 changed files with 40 additions and 915 deletions

View File

@@ -34,7 +34,7 @@ const SearchPage = () => {
<i className='rounded-3xl text-[#9aa0a6] px-3 py-auto' onClick={() => console.log("Remove text from input")}><AiOutlineClose size={25} /></i>
</div>
</div>
<Results />
<Results />
</div>
)
}