From e093ae72dae9780973355853e4415f1fdd0f582e Mon Sep 17 00:00:00 2001 From: one Date: Thu, 11 Sep 2025 22:23:38 +0800 Subject: [PATCH] fix: toast style across windows (#10113) --- src/renderer/src/windows/mini/entryPoint.tsx | 1 + src/renderer/src/windows/selection/action/entryPoint.tsx | 1 + 2 files changed, 2 insertions(+) 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'