mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 10:40:07 +08:00
fix: use monospace font for theme colorpicker (#6816)
This commit is contained in:
parent
eb7c05fd4c
commit
36f33fed75
@ -45,6 +45,9 @@ const AntdProvider: FC<PropsWithChildren> = ({ children }) => {
|
||||
},
|
||||
Tooltip: {
|
||||
fontSize: 13
|
||||
},
|
||||
ColorPicker: {
|
||||
fontFamily: 'var(--code-font-family)'
|
||||
}
|
||||
},
|
||||
token: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user