diff --git a/src/components/Konnector/ConnectionResult/connectionResult.scss b/src/components/Konnector/ConnectionResult/connectionResult.scss
index 0e00f4ef195bb00de2c42b3290ad8f9da45f3718..05a0a13650e640b6295f2b26d81cca837f743ada 100644
--- a/src/components/Konnector/ConnectionResult/connectionResult.scss
+++ b/src/components/Konnector/ConnectionResult/connectionResult.scss
@@ -62,7 +62,7 @@
   gap: 1rem;
   button.btn-secondary-positive {
     span:first-child {
-      color: $red-primary !important;
+      color: $white !important;
     }
   }
 }
diff --git a/src/components/Konnector/KonnectorViewerCard.tsx b/src/components/Konnector/KonnectorViewerCard.tsx
index 293c8eaabf96124479500834cb16544c85c7d7d1..58720c4a0af317c52a761fa65276baa2b70c79f7 100644
--- a/src/components/Konnector/KonnectorViewerCard.tsx
+++ b/src/components/Konnector/KonnectorViewerCard.tsx
@@ -400,9 +400,8 @@ const KonnectorViewerCard = ({
             className="konnector-state-picto"
           />
         ) : currentFluidStatus.status === FluidState.ERROR ||
-            currentFluidStatus.status === FluidState.ERROR_LOGIN_FAILED ? (
-          currentFluidStatus.connection.account && (                
-            )
+          currentFluidStatus.status === FluidState.ERROR_LOGIN_FAILED ? (
+          currentFluidStatus.connection.account && (
             <StyledIcon
               icon={ErrorNotif}
               size={24}
diff --git a/src/styles/components/_buttons.scss b/src/styles/components/_buttons.scss
index 8c91fc20715bea453dacf5aba30d39b082caefaa..210658472e6690949f6ddc17f0e0459d179b11ec 100644
--- a/src/styles/components/_buttons.scss
+++ b/src/styles/components/_buttons.scss
@@ -32,12 +32,7 @@ button {
     @include button(transparent, $gold-euro, 1px solid $grey-dark);
   }
   &.btn-secondary-positive {
-    @include button(
-      transparent,
-      $grey-bright,
-      1px solid $dark-light-2,
-      transparent
-    ) {
+    @include button(transparent, $grey-bright, 1px solid $white, transparent) {
       background-color: rgba($dark-light-2, 0.2);
       span:first-child {
         color: rgba($grey-bright, 0.7);