mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
5bc3c4ef34
The previous fix put 'flex' on the Text component, but Text forces display:inline as its base class, so the flex never applied and the X icon dropped onto its own line. Use a Flex container with the icon and a Text child instead, so icon + label sit on one centered row.