Skip to content

Commit

Permalink
fix: toggle group bandaid? (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
aforaleka authored Oct 16, 2024
1 parent f0dcd93 commit 8f36349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ToggleGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const $HorizontalScrollContainer = styled.div<{
showFadeStart: boolean;
showFadeEnd: boolean;
}>`
${layoutMixins.horizontalFadeScrollArea}
/* ${layoutMixins.horizontalFadeScrollArea}
${({ showFadeStart }) =>
!showFadeStart &&
Expand All @@ -134,5 +134,5 @@ const $HorizontalScrollContainer = styled.div<{
&:after {
opacity: 0;
}
`};
`}; */
`;

0 comments on commit 8f36349

Please sign in to comment.