Commit 2b6794c2 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge remote-tracking branch...

Merge remote-tracking branch 'origin/576-phylo-refresh-in-phylo-params-add-a-class-active-on-buttons' into dev
parents f7b6c64b 8bd2e0b1
...@@ -100,7 +100,7 @@ component = R.hooksComponent "configForm" cpt where ...@@ -100,7 +100,7 @@ component = R.hooksComponent "configForm" cpt where
{ callback: \_ -> setter stateBox "defaultMode" $ show true { callback: \_ -> setter stateBox "defaultMode" $ show true
-- , variant: OutlinedButtonVariant Secondary -- , variant: OutlinedButtonVariant Secondary
, variant: ButtonVariant Light , variant: ButtonVariant Light
, className: state.cliqueType == show false ? , className: state.defaultMode == show true ?
"active" $ "active" $
"" ""
} }
...@@ -112,7 +112,7 @@ component = R.hooksComponent "configForm" cpt where ...@@ -112,7 +112,7 @@ component = R.hooksComponent "configForm" cpt where
{ callback: \_ -> setter stateBox "defaultMode" $ show false { callback: \_ -> setter stateBox "defaultMode" $ show false
-- , variant: OutlinedButtonVariant Secondary -- , variant: OutlinedButtonVariant Secondary
, variant: ButtonVariant Light , variant: ButtonVariant Light
, className: state.cliqueType == show true ? , className: state.defaultMode == show false ?
"active" $ "active" $
"" ""
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment