Merge pull request #98 from covespace/improve-display

Update ChatPanel button style
This commit is contained in:
Rankin Zheng 2023-05-19 09:13:32 +08:00 committed by GitHub
commit a9e3a4cc32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -651,6 +651,7 @@ const chatPanel = () => {
{generating &&
<Center>
<Button
size='xs'
leftIcon={<IconPlayerStop color='var(--vscode-button-foreground)' />}
sx={{
backgroundColor: 'var(--vscode-button-background)',
@ -660,7 +661,8 @@ const chatPanel = () => {
color: 'var(--vscode-button-foreground)'
},
label: {
color: 'var(--vscode-button-foreground)'
color: 'var(--vscode-button-foreground)',
fontSize: 'var(--vscode-editor-font-size)',
}
}}
variant="white"