Skip to content

Commit

Permalink
change bkg color to grey #243
Browse files Browse the repository at this point in the history
  • Loading branch information
weixuanf@upenn.edu authored and weixuanf@upenn.edu committed Nov 9, 2020
1 parent f2a71d0 commit 3a92ea8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lab/webapp/src/components/Results/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class Results extends Component {
window.location = `/api/v1/files/${json._id}`;
});
};

console.log(experiment.data.prediction_type)
// --- get lists of scores ---
if(experiment.data.prediction_type == "classification") { // classification
Expand Down Expand Up @@ -183,7 +183,7 @@ class Results extends Component {
/>
</Grid.Column>
<Grid.Column>
<Menu compact inverted floated="right">
<Menu compact inverted floated='right' color='grey'>
<Dropdown
text='Download'
simple item
Expand Down Expand Up @@ -312,7 +312,7 @@ class Results extends Component {
/>
</Grid.Column>
<Grid.Column>
<Menu compact inverted floated="right">
<Menu compact inverted floated='right' color='grey'>
<Dropdown
text='Download'
simple item
Expand Down

0 comments on commit 3a92ea8

Please sign in to comment.