0 留言 (0 留言)0 反應 (0 反應)0 負責人 (0 負責人)TypeScript2,016 star (2,016 star)33 fork (33 fork)user submission
bughelp wanted
描述
Seems to be caused by changes in Ink 5.
- 議題類型
- bug
- 研究方向
- The issue reports incorrect spacing after icons in the alert and status message components due to changes in Ink 5. Start by examining the test files linked in the description: test/alert.tsx lines 100-128 and test/status message.tsx lines 41-52 to understand expected behavior. Then inspect the corresponding source components (likely in src/alert and src/status message) to identify where spacing is applied. Look for any recent updates to Ink v5 that may have altered default spacing or layout. The fix likely involves adjusting padding, margin, or flex properties in the component styles.