Skip to content

Commit 30013dd

Browse files
committed
[Design] 주문결과 관련 컴포넌트 CSS 일부 수정
- 주문결과 관련 컴포넌트 (미체결 목록 컴포넌트) CSS 일부 수정 Issues #17
1 parent 0565588 commit 30013dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/src/components/StockOrderSection/OrderResult.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,13 +268,13 @@ const TradeWaiting = styled.div`
268268
269269
.emptyIndicator {
270270
width: 100%;
271-
height: 48px;
271+
height: 55%;
272272
display: flex;
273273
justify-content: center;
274274
align-items: center;
275-
font-size: 14px;
275+
font-size: 1em;
276276
font-weight: 350;
277-
color: #999999;
277+
color: #9999;
278278
}
279279
280280
.layoutComposition {

0 commit comments

Comments
 (0)