Make the Clip button primary (blue) (#1181)

Fixes https://github.com/chanzuckerberg/cellxgene/issues/1101

I can't reproduce the active/inactive issue described in #1101

The only change remaining in #1101 is to make the clip button blue.
This commit makes that change.
This commit is contained in:
Matt Weiden
2020-02-26 16:54:30 -08:00
committed by GitHub
parent 8b0adcdfcc
commit 1e4381ab7f
+1 -1
View File
@@ -116,7 +116,7 @@ function Clip(props) {
<Button
type="button"
data-testid="clip-commit"
className="bp3-button"
intent="primary"
disabled={isClipDisabled()}
style={{
cursor: "pointer",