Document TextShadow not supported by Text2d (#19533)

# Objective

Document `TextShadow` not supported by `Text2d`

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
This commit is contained in:
ickshonpe 2025-06-16 22:55:32 +01:00 committed by GitHub
parent 9b743d2a43
commit 0c63aa2405
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2875,6 +2875,8 @@ impl ComputedNodeTarget {
}
/// Adds a shadow behind text
///
/// Not supported by `Text2d`
#[derive(Component, Copy, Clone, Debug, PartialEq, Reflect)]
#[reflect(Component, Default, Debug, Clone, PartialEq)]
pub struct TextShadow {