Skip to content

Commit

Permalink
[Design] 좌측 종목관련 컴포넌트 CSS 일부 수정
Browse files Browse the repository at this point in the history
- 좌측 종목 컴포넌트 관련 CSS 일부 수정 (padding 값 수정)

Issues #122
  • Loading branch information
novice1993 committed Sep 17, 2023
1 parent 730ac0d commit d78f14f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/HoldingList/StockItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const DetailSection02 = styled.div`
/* align-items: center; */
justify-content: center;
gap: 2px;
/* padding-left: 1px; */
padding-left: 3px;
/* padding-right: 10px; */
`;

Expand Down
2 changes: 1 addition & 1 deletion client/src/hooks/useGetStockChart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const useGetStockChart = (companyId: number) => {
const movingAvgLine = calculateMovingAvgLine(averageLineMinute, organizedChartData);

const options = {
animation: false,
animation: true,
legend: {
top: 10,
left: "left",
Expand Down

0 comments on commit d78f14f

Please sign in to comment.