mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 11:20:07 +08:00
fix: toast style across windows (#10113)
This commit is contained in:
parent
d17362d8c4
commit
e093ae72da
@ -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'
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user