mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
💄 Change export results progress bar color
This commit is contained in:
parent
8b329feaea
commit
8ea15d5bb8
@ -166,7 +166,11 @@ export const ExportAllResultsModal = ({ isOpen, onClose }: Props) => {
|
||||
{isExportLoading && (
|
||||
<Stack>
|
||||
<Text>Fetching all results...</Text>
|
||||
<Progress value={exportProgressValue} borderRadius="md" />
|
||||
<Progress
|
||||
value={exportProgressValue}
|
||||
borderRadius="md"
|
||||
colorScheme="orange"
|
||||
/>
|
||||
</Stack>
|
||||
)}
|
||||
</ModalBody>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user