Skip to content
Snippets Groups Projects
Commit 06eb15b9 authored by Hugo NOUTS's avatar Hugo NOUTS
Browse files

fix(button): secondary buttons

parent 1b57ba9c
No related branches found
No related tags found
1 merge request!974Resolve "[2] [Fluides] Enlever croix rouge sur connecteur quand problème lié au partenaire ou au compteur"
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
gap: 1rem; gap: 1rem;
button.btn-secondary-positive { button.btn-secondary-positive {
span:first-child { span:first-child {
color: $red-primary !important; color: $white !important;
} }
} }
} }
...@@ -400,9 +400,8 @@ const KonnectorViewerCard = ({ ...@@ -400,9 +400,8 @@ const KonnectorViewerCard = ({
className="konnector-state-picto" className="konnector-state-picto"
/> />
) : currentFluidStatus.status === FluidState.ERROR || ) : currentFluidStatus.status === FluidState.ERROR ||
currentFluidStatus.status === FluidState.ERROR_LOGIN_FAILED ? ( currentFluidStatus.status === FluidState.ERROR_LOGIN_FAILED ? (
currentFluidStatus.connection.account && ( currentFluidStatus.connection.account && (
)
<StyledIcon <StyledIcon
icon={ErrorNotif} icon={ErrorNotif}
size={24} size={24}
......
...@@ -32,12 +32,7 @@ button { ...@@ -32,12 +32,7 @@ button {
@include button(transparent, $gold-euro, 1px solid $grey-dark); @include button(transparent, $gold-euro, 1px solid $grey-dark);
} }
&.btn-secondary-positive { &.btn-secondary-positive {
@include button( @include button(transparent, $grey-bright, 1px solid $white, transparent) {
transparent,
$grey-bright,
1px solid $dark-light-2,
transparent
) {
background-color: rgba($dark-light-2, 0.2); background-color: rgba($dark-light-2, 0.2);
span:first-child { span:first-child {
color: rgba($grey-bright, 0.7); color: rgba($grey-bright, 0.7);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment