[WelcomeEventPanel] css 수정
This commit is contained in:
@@ -54,7 +54,9 @@ const WelcomeEventPanel = () => {
|
||||
dispatch(popPanel(Config.panel_names.WELCOME_EVENT_PANEL));
|
||||
}, [dispatch]);
|
||||
|
||||
const handleAgree = useCallback(() => {}, []);
|
||||
const handleAgree = useCallback(() => {
|
||||
console.log("handleAgree");
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
dispatch(getWelcomeEventInfo());
|
||||
|
||||
@@ -49,6 +49,12 @@
|
||||
.termsBtn {
|
||||
width: 440px;
|
||||
height: 80px;
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus-within,
|
||||
&:focus {
|
||||
color: @PRIMARY_COLOR_RED;
|
||||
}
|
||||
.font (@arialFont, 34px);
|
||||
color: @COLOR_GRAY06;
|
||||
letter-spacing: -1px;
|
||||
|
||||
Reference in New Issue
Block a user