mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-28 13:31:32 +08:00
feat(styles): add colorSplit property for Divider component in AntdProvider
This commit is contained in:
parent
c89ff17b36
commit
7767dfaac7
@ -94,6 +94,9 @@ const AntdProvider: FC<PropsWithChildren> = ({ children }) => {
|
||||
},
|
||||
Modal: {
|
||||
colorBgElevated: 'var(--modal-background)'
|
||||
},
|
||||
Divider: {
|
||||
colorSplit: 'rgba(128,128,128,0.15)'
|
||||
}
|
||||
},
|
||||
token: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user