ui2: Remove ElementExt trait

This commit is contained in:
Marshall Bowers 2023-10-26 15:59:18 +02:00
parent 6784ccd9fe
commit ed233d583f
3 changed files with 2 additions and 29 deletions

View file

@ -1,11 +1,11 @@
pub use gpui2::{
div, Element, ElementId, Component, ParentElement, SharedString, StatefulInteractive,
div, Component, Element, ElementId, ParentElement, SharedString, StatefulInteractive,
StatelessInteractive, Styled, ViewContext, WindowContext,
};
pub use crate::elevation::*;
use crate::settings::user_settings;
pub use crate::{old_theme, theme, ButtonVariant, ElementExt, Theme};
pub use crate::{old_theme, theme, ButtonVariant, Theme};
use gpui2::{rems, Hsla, Rems};
use strum::EnumIter;