Skip to content

Commit

Permalink
small padding-y fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wkim10 committed Oct 29, 2024
1 parent 8462667 commit 95a63b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TopHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const TopHeader = ({ userType }: TopHeaderProps) => {
const [isEnglish, setIsEnglish] = React.useState(true);

return (
<div className="absolute top-0 flex flex-row w-screen border border-gray-200 py-8 px-6 place-content-between">
<div className="absolute top-0 flex flex-row w-screen border border-gray-200 py-5 px-6 place-content-between">
<button className="flex flex-row gap-x-2 bg-teal-600 p-2.5 px-3 text-white rounded-md place-items-center">
<Icon icon={icon} width="20" height="20" />
{buttonText}
Expand Down

0 comments on commit 95a63b6

Please sign in to comment.