Skip to content

Commit

Permalink
fix: enable color scheme for container
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Sep 29, 2022
1 parent a81c216 commit d2c2416
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const SwapRoutesExpanded = () => {
<CollapseContainer>
<Collapse appear timeout={225} in={expanded} orientation="horizontal">
<Grow appear timeout={225} in={expanded}>
<Container sx={containerStyle}>
<Container sx={containerStyle} enableColorScheme>
<ScrollableContainer>
<Header>
<Typography fontSize={18} fontWeight="700" flex={1} noWrap>
Expand Down

0 comments on commit d2c2416

Please sign in to comment.