diff --git a/crates/gpui/playground/src/div.rs b/crates/gpui/playground/src/div.rs index 8efe3590258a4249abd9bb69a359f95692b6a6a0..73f196b4f07088cd3d007b071759a18eb373b164 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