Skip to content

Commit 94d6b0a

Browse files
authored
feat: lower css priority of antd
1 parent 708364d commit 94d6b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ mapping.forEach(({ els, App }) => {
3737
ReactDOM.createRoot(el).render(
3838
<React.StrictMode>
3939
<QueryClientProvider client={queryClient}>
40-
<StyleProvider hashPriority="high">
40+
<StyleProvider hashPriority="low">
4141
<App />
4242
</StyleProvider>
4343
<ReactQueryDevtools initialIsOpen={false} />

0 commit comments

Comments
 (0)