Skip to content

Commit

Permalink
fix: keepkey menu margin (#8233)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis authored Dec 2, 2024
1 parent b574fbc commit 25079f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/Header/NavBar/SubmenuHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const SubmenuHeader = ({
</Center>
</Flex>
{description && (
<Text fontSize='sm' px={1} color={descriptionTextColor}>
<Text fontSize='sm' px={1} color={descriptionTextColor} mb={4}>
{description}
</Text>
)}
Expand Down

0 comments on commit 25079f4

Please sign in to comment.