diff --git a/crates/ui2/src/components/icon_button.rs b/crates/ui2/src/components/icon_button.rs index cf8d3119294d0e28f961d4472f921c055f25fff6..ce3c2a9421c60b558f16b8694b2cd9a0a5be40a8 100644 --- a/crates/ui2/src/components/icon_button.rs +++ b/crates/ui2/src/components/icon_button.rs @@ -88,6 +88,8 @@ impl IconButton { }; let mut button = h_stack() + // TODO: We need to pass the ID in so that `IconButton`s can be differentiated from one another. + .id("icon_button") .justify_center() .rounded_md() .py(ui_size(cx, 0.25))