fix: #2087 chat box font size use global config

This commit is contained in:
Yidadaa
2023-06-23 20:57:43 +08:00
parent 93c666b03d
commit fa9ceb5875
2 changed files with 4 additions and 0 deletions

View File

@@ -927,6 +927,9 @@ export function Chat() {
onBlur={() => setAutoScroll(false)}
rows={inputRows}
autoFocus={autoFocus}
style={{
fontSize: config.fontSize,
}}
/>
<IconButton
icon={<SendWhiteIcon />}