Skip to content

Commit

Permalink
fix: use odyssey tokens instead of hard-coded values
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshsomasundaram-okta committed Jul 29, 2024
1 parent 50db024 commit 46b1305
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/odyssey-react-mui/src/labs/TopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,7 @@ const TopNav = ({

const LogoWordmarkStyles = useMemo(
() => ({
width: "55px",
height: "20px",
width: odysseyDesignTokens.Spacing9,
paddingLeft: odysseyDesignTokens.Spacing2,
}),
[odysseyDesignTokens],
Expand Down

0 comments on commit 46b1305

Please sign in to comment.