bevy/crates/bevy_ui
Aldrich Suratos 5c3c8e7189 Fix typo in resolve_outlines_system (#10730)
# Objective

Resolves  #10727.

`outline.width` was being assigned to `node.outline_offset` instead of
`outline.offset`.

## Solution

Changed `.width` to `.offset` in line 413.
2023-11-29 16:53:56 -08:00
..
src Fix typo in resolve_outlines_system (#10730) 2023-11-29 16:53:56 -08:00
Cargo.toml Release 0.12 (#10362) 2023-11-04 17:24:23 +00:00