diff --git a/crates/gpui/playground/src/div.rs b/crates/gpui/playground/src/div.rs index 8efe359025..73f196b4f0 100644 --- a/crates/gpui/playground/src/div.rs +++ b/crates/gpui/playground/src/div.rs @@ -3,21 +3,22 @@ use crate::{ interactive::{InteractionHandlers, Interactive}, layout_context::LayoutContext, paint_context::PaintContext, - style::{Style, StyleHelpers, StyleRefinement, Styleable}, + style::{Style, StyleHelpers, Styleable}, }; use anyhow::Result; use gpui::LayoutId; +use refineable::{Refineable, RefinementCascade}; use smallvec::SmallVec; pub struct Div { - style: StyleRefinement, + styles: RefinementCascade