fix: use monospace font for theme colorpicker (#6816)

This commit is contained in:
one 2025-06-05 09:33:26 +08:00 committed by GitHub
parent eb7c05fd4c
commit 36f33fed75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,9 @@ const AntdProvider: FC<PropsWithChildren> = ({ children }) => {
},
Tooltip: {
fontSize: 13
},
ColorPicker: {
fontFamily: 'var(--code-font-family)'
}
},
token: {