Fix blend_modes example UI positioning (#8093)

This commit is contained in:
Rob Parrett 2023-03-14 18:03:53 -07:00 committed by GitHub
parent 602f3baf3f
commit f6c72a7442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,6 +211,7 @@ fn setup(
commands.spawn((
TextBundle::from_section("", text_style).with_style(Style {
position_type: PositionType::Absolute,
top: Val::Px(10.0),
right: Val::Px(10.0),
..default()