feat: added size attribute to preview and download buttons
This commit is contained in:
parent
e1494d408f
commit
c3d007b52c
@ -32,10 +32,10 @@ const Artifacts: FC<Props> = ({ html }) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Container>
|
<Container>
|
||||||
<Button type="primary" icon={<ExpandOutlined />} onClick={onPreview}>
|
<Button type="primary" icon={<ExpandOutlined />} onClick={onPreview} size="small">
|
||||||
{t('chat.artifacts.button.preview')}
|
{t('chat.artifacts.button.preview')}
|
||||||
</Button>
|
</Button>
|
||||||
<Button icon={<DownloadOutlined />} onClick={onDownload}>
|
<Button icon={<DownloadOutlined />} onClick={onDownload} size="small">
|
||||||
{t('chat.artifacts.button.download')}
|
{t('chat.artifacts.button.download')}
|
||||||
</Button>
|
</Button>
|
||||||
</Container>
|
</Container>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user