fix: Fix popup title type

This commit is contained in:
demenik
2025-12-08 17:14:14 +01:00
parent 81a7a5d76b
commit 70768daf82

View File

@@ -9,7 +9,7 @@ pub struct PopupCloseButton;
pub fn popup(
root: impl Component,
title: String,
title: impl Into<String>,
mut node: Node,
child: impl Bundle,
) -> impl Bundle {