Skip to content

Commit

Permalink
fix(problem-list): 修复下方的外边距
Browse files Browse the repository at this point in the history
  • Loading branch information
XYShaoKang committed Jan 16, 2023
1 parent 2ccf2b8 commit ecd8827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/pages/problem-list/FavoriteWrap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const FavoriteWrap: FC<FavoriteListProps> = ({
background-color: ${props => props.theme.palette.primary.main};
border-radius: 8px;
padding: ${open ? '8px 0' : ''};
margin-top: 16px;
margin: 16px 0;
`}
>
{title && (
Expand Down

0 comments on commit ecd8827

Please sign in to comment.