Skip to content

Commit

Permalink
NN-382 Adjusted coloring difexp pane
Browse files Browse the repository at this point in the history
  • Loading branch information
TripZz committed Nov 6, 2023
1 parent bdaa6d6 commit 7a7798c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/components/pane/modules/difexp/DEValuePane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,12 @@ export default {
font-family: 'ABeeZee', sans-serif;
font-size: 0.9vw;
}
#colorbar-difexp .colorbar-text{
width: 100%;
background: rgb(74,45,255);
background: linear-gradient(90deg, rgba(74,45,255,1) 0%, rgba(255,0,0,1) 100%);
border-radius: 5px;
}
#legend {
height: 25%;
Expand Down

0 comments on commit 7a7798c

Please sign in to comment.