From 9b404c215bb7eb17e509d3c2b0a6ff01b5d1c6a7 Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Tue, 21 May 2024 16:04:36 +0800 Subject: [PATCH] adjustment: ui changes to sync button --- .../components/IntegrationsSection/IntegrationsSection.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx index abe48e022..fc231f0fa 100644 --- a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx +++ b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx @@ -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" > - +