Function de_gui::button::color_system

source ·
fn color_system(
    interactions: Query<'_, '_, (&'static Interaction, &'static mut BackgroundColor), (Changed<Interaction>, With<Button>)>
)