diff --git a/front-end/src/components/Modal/index.tsx b/front-end/src/components/Modal/index.tsx index c1778de..498e744 100644 --- a/front-end/src/components/Modal/index.tsx +++ b/front-end/src/components/Modal/index.tsx @@ -48,7 +48,16 @@ const Modal = forwardRef( )} - {type === 'rank' &&
[{title}]
} + {type === 'rank' && ( +
+
+ [{title}] + +
+
+ )} {children} diff --git a/front-end/src/pages/GamePage/style.scss b/front-end/src/pages/GamePage/style.scss index e17f213..367acc2 100644 --- a/front-end/src/pages/GamePage/style.scss +++ b/front-end/src/pages/GamePage/style.scss @@ -96,5 +96,12 @@ color: #1C2137; } } + + & .close__btn { + cursor: pointer; + left: 140px; + top: -13px; + position: relative; + } } } \ No newline at end of file