diff --git a/src/order_pages/orderDetail/index.module.scss b/src/order_pages/orderDetail/index.module.scss index c5ec571..5f13806 100644 --- a/src/order_pages/orderDetail/index.module.scss +++ b/src/order_pages/orderDetail/index.module.scss @@ -24,6 +24,10 @@ padding: 20px; box-sizing: border-box; background-color: #fafafa; + + .titleClassName { + color: #000; + } } .gameInfoContainer { diff --git a/src/order_pages/orderList/index.module.scss b/src/order_pages/orderList/index.module.scss index 98099a5..1a4d4f0 100644 --- a/src/order_pages/orderList/index.module.scss +++ b/src/order_pages/orderList/index.module.scss @@ -16,6 +16,10 @@ width: 100%; box-sizing: border-box; + .titleClassName { + color: #000; + } + .list { height: 100%; width: 100%; diff --git a/src/order_pages/orderList/index.tsx b/src/order_pages/orderList/index.tsx index ba22c7e..ca6b15d 100644 --- a/src/order_pages/orderList/index.tsx +++ b/src/order_pages/orderList/index.tsx @@ -266,7 +266,7 @@ const OrderList = () => { style={{ paddingTop: `${totalHeight + 8}px` }} >