fix: update padding in suggestion button for improved layout
This commit is contained in:
@@ -34,7 +34,7 @@ export default function ChatEmptyState() {
|
||||
{suggestions.map((suggestion) => (
|
||||
<div
|
||||
key={suggestion.key}
|
||||
className="rounded-full border border-[#D8DEE8] bg-white/78 px-6 py-3 text-[15px] font-semibold text-[#4B5563] shadow-[0_8px_20px_rgba(15,23,42,0.04)] dark:border-[#3a3a40] dark:bg-[#202024] dark:text-gray-300"
|
||||
className="rounded-full border border-[#D8DEE8] bg-white/78 px-6 py-2 text-[15px] font-semibold text-[#4B5563] shadow-[0_8px_20px_rgba(15,23,42,0.04)] dark:border-[#3a3a40] dark:bg-[#202024] dark:text-gray-300"
|
||||
>
|
||||
{suggestion.title}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user