theme2: Correctly reference the dark alpha scale
This commit is contained in:
parent
609836397b
commit
49571127da
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ impl ColorScaleSet {
|
|||
}
|
||||
|
||||
pub fn dark_alpha(&self, step: ColorScaleStep) -> Hsla {
|
||||
self.dark[step - 1]
|
||||
self.dark_alpha[step - 1]
|
||||
}
|
||||
|
||||
fn current_appearance(cx: &AppContext) -> Appearance {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue