chore: fix overview page search outline style (#45458)

This commit is contained in:
afc163 2023-10-20 23:04:50 +08:00 committed by GitHub
parent efabab0c67
commit 29551aaaba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@ const useStyle = createStyles(({ token, css }) => ({
`,
componentsOverviewSearch: css`
padding: 0;
box-shadow: none !important;
.anticon-search {
color: ${token.colorTextDisabled};
}