feat: use outlined variant btn
This commit is contained in:
@@ -164,7 +164,7 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
|
|||||||
<>
|
<>
|
||||||
<div style={{ display: 'flex', gap: '10px' }}>
|
<div style={{ display: 'flex', gap: '10px' }}>
|
||||||
<Button
|
<Button
|
||||||
variant="contained"
|
variant="outlined"
|
||||||
color="primary"
|
color="primary"
|
||||||
onClick={fetchSpreadsheetFiles}
|
onClick={fetchSpreadsheetFiles}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user