Commit Graph

1 Commits (97161a32ca6fc273d3b6b349aebda2657fd6c8b3)

Author SHA1 Message Date
Caleb Larsen 26efba0dc3 fix: Make `Table` `Cell`s set the style of their text
`helix_tui::widgets::Cell` contains styled `Text`. In the case of a
styled `Cell` with styled `Text`, the styled `Text` would override the
style of the `Cell`. This led to errors where it seemed
`ui.text.directory` had more priority than `ui.menu.selected` and
`ui.text.focus`. This change also adds some tests from doc comments of
`Text` and makes them actually tested.

Closes: #13768
2025-06-23 20:43:59 -05:00