Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonsuperf committed Mar 27, 2021
1 parent 8c0599a commit 807259d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/chart/CandleStickChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,10 @@ import ChartLoading from './ChartLoading';

const ChartItem = styled.div`
flex-grow: 1;
<<<<<<< HEAD
border-left: 1px solid ${(props) => props.theme.themeColor};
margin: 5px;
margin-bottom: 18px;
min-height: 350px;
=======
border: 1px solid ${(props) => props.theme.weakBorder};
margin-bottom: 12px;
margin-right: 5px;
border-radius: 5px;
>>>>>>> 222fe3d4527802c69ad54e7de733d0ae5f6e4e44
`;

interface ChartProps {
Expand Down

0 comments on commit 807259d

Please sign in to comment.