Skip to content

Commit

Permalink
Update the slider color
Browse files Browse the repository at this point in the history
  • Loading branch information
haticekaratay committed Mar 19, 2024
1 parent 9851c15 commit ee2c26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jdaviz/configs/default/plugins/line_lists/line_lists.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
:step="rs_slider_step"
color="#00617E"
track-color="#00617E"
thumb-color="#153A4B"
thumb-color="turquoise"
hide-details
:disabled="!rs_enabled"
>
Expand Down Expand Up @@ -411,7 +411,7 @@
this.throttledSetColor = _.throttle(
(v) => { this.set_color(v) },
100);
}
}
}
</script>

Expand Down

0 comments on commit ee2c26d

Please sign in to comment.