Skip to content

Commit

Permalink
add padding to bottom of add item button so not hidden behind navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ismarjiw committed Oct 7, 2023
1 parent c3133eb commit 053c79a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/views/AddItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,14 @@ export function AddItem({ listId, data }) {
order={'3'}
/>
</div>
<Button
text="ADD ITEM"
withIcon={true}
onClick={handleSubmit}
className="mb-5 sm:m-16"
/>
<div className="pb-10">
<Button
text="ADD ITEM"
withIcon={true}
onClick={handleSubmit}
className="mb-5 sm:m-16"
/>
</div>
</form>
</div>
);
Expand Down

0 comments on commit 053c79a

Please sign in to comment.