From 6ff72a14d471810beff282a4faa18fc3b45439b6 Mon Sep 17 00:00:00 2001 From: appala venkata avinash Date: Thu, 13 Jun 2024 00:33:22 +0530 Subject: [PATCH] fixed padding and footor --- src/components/HashtagTool/MemeEditor.js | 12 ++++++------ src/components/Login/FooterBar.js | 11 ++++------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/src/components/HashtagTool/MemeEditor.js b/src/components/HashtagTool/MemeEditor.js index a4fda54..a7bd995 100644 --- a/src/components/HashtagTool/MemeEditor.js +++ b/src/components/HashtagTool/MemeEditor.js @@ -508,9 +508,9 @@ const MemeEditor = () => { className="px-4 py-2 w-full border border-gray-300 rounded-lg" /> -
+
-
+
# @@ -522,14 +522,14 @@ const MemeEditor = () => { value={inputValue} onChange={handleHashtagsChange} onKeyDown={handleKeyDown} - className="bg-white border border-gray-300 text-gray-900 text-sm rounded-r-md focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5" + className="bg-white border border-gray-300 text-gray-900 text-sm rounded-r-md focus:ring-blue-500 focus:border-blue-500 block w-full p-2" placeholder="Add Tags" />
{hashtags.map((tag, index) => (
+ className="flex items-center text-wrap gap-2 bg-blue-100 text-blue-800 text-xs font-semibold px-2.5 py-0.5 rounded"> {tag}