Skip to content

Commit

Permalink
chore: remove margin from card heading
Browse files Browse the repository at this point in the history
Signed-off-by: Rudraksh Tyagi <[email protected]>
  • Loading branch information
dragon-slayer875 committed Jul 13, 2024
1 parent 9da3587 commit 7e84a91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/custom/SetupPrerequisite/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const Card = styled('a')(({ theme }) => ({
const CardHeader = styled('div')({
display: 'flex',
alignItems: 'center',
margin: '1rem 0 !important',
gap: '1rem'
});

Expand Down

0 comments on commit 7e84a91

Please sign in to comment.