Skip to content

Commit

Permalink
dark mode-friendly gray for spectral oob indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed May 16, 2022
1 parent e4fc093 commit 8fe0330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jdaviz/core/marks.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ def __init__(self, viewer):

self.left = Label(text=[''], x=[0.02], y=[0.8],
scales={'x': LinearScale(min=0, max=1), 'y': LinearScale(min=0, max=1)},
colors=['black'], default_size=12,
colors=['gray'], default_size=12,
align='start')
self.right = Label(text=[''], x=[0.98], y=[0.8],
scales={'x': LinearScale(min=0, max=1), 'y': LinearScale(min=0, max=1)},
colors=['black'], default_size=12,
colors=['gray'], default_size=12,
align='end')

self._update_counts()
Expand Down

0 comments on commit 8fe0330

Please sign in to comment.