Skip to content

Commit 7e89a01

Browse files
alice-i-cecilemockersf
authored andcommitted
Add release notes for per-side UI border colors (#21154)
# Objective - @cart wanted a quick release note for #18682 - Fixes #21124 ## Solution - Write some brief release notes, explaining the most common application.
1 parent c7c6fb8 commit 7e89a01

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Per-side UI border colors
3+
authors: ["@robtfm"]
4+
pull_requests: [18682]
5+
---
6+
7+
TODO: add image from 18682
8+
9+
`bevy_ui` now supports distinct border colors on each side of your UI nodes,
10+
controlled with the [`BorderColor`] component.
11+
This feature was borrowed from CSS, where it is commonly used to fake buttons with depth,
12+
but we're looking forward to seeing your creative designs.
13+
14+
[`BorderColor`]: https://docs.rs/bevy/0.17.0-rc.1/bevy/prelude/struct.BorderColor.html

0 commit comments

Comments
 (0)