fix: adjust border raduis
This commit is contained in:
@@ -32,7 +32,6 @@ import Exception from './Exception';
|
||||
import './Layout.css';
|
||||
import { LogoIcon, SLogoIcon } from './Logo';
|
||||
import ErrorBoundary from './error-boundary';
|
||||
import { ExtraContent } from './extraRender';
|
||||
import { patchRoutes } from './runtime';
|
||||
import SiderMenu from './sider-menu';
|
||||
|
||||
@@ -385,13 +384,6 @@ export default (props: any) => {
|
||||
menuContentRender={menuContentRender}
|
||||
{...runtimeConfig}
|
||||
ErrorBoundary={ErrorBoundary}
|
||||
// @ts-ignore
|
||||
extra={[
|
||||
<ExtraContent
|
||||
key="extra-content"
|
||||
isDarkTheme={userSettings.isDarkTheme}
|
||||
/>
|
||||
]}
|
||||
>
|
||||
<Exception
|
||||
route={matchedRoute}
|
||||
|
||||
@@ -89,7 +89,7 @@ const useStyles = createStyles(({ css, token }) => {
|
||||
white-space: nowrap;
|
||||
height: ${Menu.itemHeight}px;
|
||||
line-height: ${Menu.itemHeight}px;
|
||||
color: var(--ant-color-text-secondary);
|
||||
color: var(--ant-color-text-tertiary);
|
||||
&:hover {
|
||||
background-color: ${Menu.itemHoverBg};
|
||||
color: ${Menu.itemHoverColor};
|
||||
|
||||
Reference in New Issue
Block a user