feat(panel): apply material

This commit is contained in:
Nova
2022-08-22 14:42:38 -04:00
parent cd86b3a001
commit 7e6705a012
3 changed files with 48 additions and 11 deletions

View File

@@ -87,7 +87,7 @@ pub struct Item {
uid: String,
type_info: &'static TypeInfo,
captured_acceptor: Mutex<Weak<ItemAcceptor>>,
specialization: ItemType,
pub specialization: ItemType,
}
impl Item {
pub fn new(node: &Arc<Node>, type_info: &'static TypeInfo, specialization: ItemType) -> Self {