adjustment: ui changes to sync button

This commit is contained in:
Sheen Capadngan
2024-05-21 16:04:36 +08:00
parent d6dae04959
commit 9b404c215b

View File

@@ -259,11 +259,11 @@ export const IntegrationsSection = ({
})
}
isLoading={!!syncPollingRef.current}
className="max-w-[2.5rem]"
isDisabled={!!syncPollingRef.current}
className="max-w-[2.5rem] bg-mineshaft-500"
colorSchema="primary"
variant="outline"
>
<FontAwesomeIcon icon={faRefresh} className="px-1" />
<FontAwesomeIcon icon={faRefresh} className="px-1 text-bunker-200" />
</Button>
</Tooltip>
</div>