Skip to content

Commit

Permalink
fix: align create project button
Browse files Browse the repository at this point in the history
  • Loading branch information
r41ph committed Dec 9, 2024
1 parent de77bea commit cccfb49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web-components/src/components/mobile-menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const MobileMenu: React.FC<React.PropsWithChildren<Props>> = ({
onClick={handleOpen}
width="29px"
height="22px"
sx={{ ml: 4 }}
sx={{ ml: { xs: 0, sm: 4 } }}
/>
</Center>
<Drawer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const ListProject = () => {
<div>
{!isLoadingIsIssuer && (
<Body
className="text-[11px] sm:text-base font-bold bg-clip-text cursor-pointer pt-[2px] pr-10 sm:pr-25 bg-[linear-gradient(202deg,#4FB573_14.67%,#B9E1C7_97.14%)]"
className="text-[11px] sm:text-base font-bold bg-clip-text cursor-pointer pt-[3px] pr-10 sm:pr-25 bg-[linear-gradient(202deg,#4FB573_14.67%,#B9E1C7_97.14%)] text-right"
sx={{
textFillColor: 'transparent',
}}
Expand Down

0 comments on commit cccfb49

Please sign in to comment.