fix: typo
This commit is contained in:
parent
85f816f35b
commit
4c6912d351
1 changed files with 1 additions and 1 deletions
|
|
@ -597,7 +597,7 @@ impl ThemeBuilder {
|
|||
let bg = if let Some(bg_color) = bg_color {
|
||||
bg_color
|
||||
} else {
|
||||
p_ref.neutral_0.clone()
|
||||
p_ref.gray_1.clone()
|
||||
};
|
||||
let ok_bg = Oklcha::from_color(bg);
|
||||
let step_array = steps(ok_bg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue