fix(theme): divider color

This commit is contained in:
Ashley Wulber 2024-04-18 18:03:28 -04:00 committed by Ashley Wulber
parent 59a913c15d
commit 537486a4ab

View file

@ -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 {