bevy/crates/bevy_ui/src
ickshonpe 15072d7937
Dark text colors fix (#15794)
# Objective

Fix the text colors.

fixes #15788

## Solution

Add the missing corner flags.
2024-10-09 22:14:36 +00:00
..
layout Text rework (#15591) 2024-10-09 18:35:36 +00:00
render Dark text colors fix (#15794) 2024-10-09 22:14:36 +00:00
widget Rename TextBlock to TextLayout (#15797) 2024-10-09 20:58:27 +00:00
accessibility.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
focus.rs use precomputed border values (#15163) 2024-09-26 23:10:35 +00:00
geometry.rs Remove thiserror from bevy_ui (#15760) 2024-10-09 14:27:53 +00:00
ghost_hierarchy.rs Add UI GhostNode (#15341) 2024-10-02 00:24:28 +00:00
lib.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
measurement.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
node_bundles.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
picking_backend.rs Rename the Pickable component and fix incorrect documentation (#15707) 2024-10-07 17:09:57 +00:00
stack.rs Add UI GhostNode (#15341) 2024-10-02 00:24:28 +00:00
ui_material.rs Remove thiserror from bevy_ui (#15760) 2024-10-09 14:27:53 +00:00
ui_node.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
update.rs Add UI GhostNode (#15341) 2024-10-02 00:24:28 +00:00