diff --git a/.eslintrc.json b/.eslintrc.json index 752bd24..08390d2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -8,7 +8,7 @@ "eslint:recommended", "plugin:react/recommended", "plugin:@typescript-eslint/eslint-recommended", - "airbnb-base", + // "airbnb-base", "plugin:react/recommended", "plugin:jsx-a11y/recommended", "plugin:import/errors", diff --git a/src/containers/Home/Home.tsx b/src/containers/Home/Home.tsx index 61ed471..34d30f0 100644 --- a/src/containers/Home/Home.tsx +++ b/src/containers/Home/Home.tsx @@ -40,7 +40,7 @@ const size = 24 const MenuDom: FunctionComponent = () => { const history = useHistory() - return + return history.push('/add/1')}> 공동구매 상품등록 @@ -181,7 +181,7 @@ const Home: FunctionComponent = (props) => { {account?.id &&
- } placement="topRight" arrow> + } trigger={'click'} placement="topRight" arrow>
} ); diff --git a/src/theme/customize.theme.less b/src/theme/customize.theme.less index 35fad08..d406812 100644 --- a/src/theme/customize.theme.less +++ b/src/theme/customize.theme.less @@ -2,4 +2,7 @@ @font-family: -apple-system, Noto Sans KR, sans-serif; @font-size-base: 14px; @border-radius-base: 2px; -@border-radius-sm: 2px \ No newline at end of file +@border-radius-sm: 2px; +@border-color-base: #eeeeee; // major border color +@box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), + 0 9px 28px 8px rgba(0, 0, 0, 0.05); \ No newline at end of file