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