fix(theme): divider color
This commit is contained in:
parent
59a913c15d
commit
537486a4ab
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ pub struct Container {
|
|||
|
||||
impl Container {
|
||||
pub(crate) fn new(component: Component, base: Srgba, on: Srgba) -> Self {
|
||||
let mut divider_c = base;
|
||||
let mut divider_c = on;
|
||||
divider_c.alpha = 0.2;
|
||||
|
||||
Self {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue