ui tweaks

This commit is contained in:
Brandon Egger
2023-03-17 21:14:52 -05:00
parent 4e3a752ba2
commit 4c5466d673
3 changed files with 5 additions and 5 deletions

View File

@ -187,8 +187,8 @@ const SearchForm = ({questions}: {questions: Question<QuestionTypes>[]}) => {
const SearchPage = () => {
return <>
<div className="w-full max-w-xl mx-auto mt-4 mb-4 rounded-xl overflow-hidden bg-neutral-200 drop-shadow-md">
<div className="px-4 py-2 bg-gradient-to-t from-neutral-900 to-neutral-700 mx-auto overflow-hidden border border-neutral-400">
<div className="w-full max-w-xl mx-auto mt-4 mb-4 rounded-xl overflow-hidden border border-neutral-400 bg-neutral-200 drop-shadow-md">
<div className="px-4 py-2 bg-gradient-to-t from-neutral-900 to-neutral-700 mx-auto overflow-hidden">
<h1 className="text-gray-300 font-bold">Search</h1>
</div>
<div>