Skip to content

Commit

Permalink
fix(app): Design QA nav bar changes (#16126)
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 authored Aug 26, 2024
1 parent 55b5d69 commit aee0732
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/src/organisms/Navigation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ const CarouselWrapper = styled.div`
-webkit-mask-image: linear-gradient(
to right,
transparent 0%,
black 1%,
black 99%,
black 0%,
black 96.5%,
transparent 100%
);
&::-webkit-scrollbar {
Expand Down Expand Up @@ -152,8 +152,7 @@ export function Navigation(props: NavigationProps): JSX.Element {
<Flex
flexDirection={DIRECTION_ROW}
gridGap={SPACING.spacing32}
marginRight={SPACING.spacing8}
marginLeft={SPACING.spacing8}
marginRight={SPACING.spacing24}
>
<Flex
ref={
Expand Down

0 comments on commit aee0732

Please sign in to comment.