diff --git a/src/renderer/src/windows/mini/entryPoint.tsx b/src/renderer/src/windows/mini/entryPoint.tsx index c2d6bb7ff5..5974350c06 100644 --- a/src/renderer/src/windows/mini/entryPoint.tsx +++ b/src/renderer/src/windows/mini/entryPoint.tsx @@ -1,4 +1,5 @@ import '@renderer/assets/styles/index.css' +import '@renderer/assets/styles/tailwind.css' import '@ant-design/v5-patch-for-react-19' import KeyvStorage from '@kangfenmao/keyv-storage' diff --git a/src/renderer/src/windows/selection/action/entryPoint.tsx b/src/renderer/src/windows/selection/action/entryPoint.tsx index b66303e4e6..44f24ccb97 100644 --- a/src/renderer/src/windows/selection/action/entryPoint.tsx +++ b/src/renderer/src/windows/selection/action/entryPoint.tsx @@ -1,4 +1,5 @@ import '@renderer/assets/styles/index.css' +import '@renderer/assets/styles/tailwind.css' import '@ant-design/v5-patch-for-react-19' import { HeroUIProvider } from '@heroui/react'