Skip to content

Commit

Permalink
#531 Make slider in circuit browser match blue color of theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmartin committed Jul 17, 2021
1 parent 515232c commit 5ed9a9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/interface/VFBCircuitBrowser/Controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ const styles = theme => ({
backgroundColor : "#E53935",
flexBasis: "100%",
fontWeight : 600,
}
},
slider : { color: '#0AB7FE' }
});

/**
Expand Down Expand Up @@ -571,6 +572,7 @@ class Controls extends Component {
valueLabelDisplay="auto"
min={configuration.minPaths}
max={configuration.maxPaths}
classes={{ root : classes.slider }}
/>
</Grid>
</Grid>
Expand Down

0 comments on commit 5ed9a9c

Please sign in to comment.