[WelcomeEventPanel] css 수정

This commit is contained in:
jiwon93.son
2024-02-05 18:26:08 +09:00
parent 294aa9f8c1
commit 8b84a25552
2 changed files with 9 additions and 1 deletions

View File

@@ -54,7 +54,9 @@ const WelcomeEventPanel = () => {
dispatch(popPanel(Config.panel_names.WELCOME_EVENT_PANEL)); dispatch(popPanel(Config.panel_names.WELCOME_EVENT_PANEL));
}, [dispatch]); }, [dispatch]);
const handleAgree = useCallback(() => {}, []); const handleAgree = useCallback(() => {
console.log("handleAgree");
}, []);
useEffect(() => { useEffect(() => {
dispatch(getWelcomeEventInfo()); dispatch(getWelcomeEventInfo());

View File

@@ -49,6 +49,12 @@
.termsBtn { .termsBtn {
width: 440px; width: 440px;
height: 80px; height: 80px;
&:hover,
&:active,
&:focus-within,
&:focus {
color: @PRIMARY_COLOR_RED;
}
.font (@arialFont, 34px); .font (@arialFont, 34px);
color: @COLOR_GRAY06; color: @COLOR_GRAY06;
letter-spacing: -1px; letter-spacing: -1px;