0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript2,016 stars (2,016 stars)33 forks (33 forks)user submission
bughelp wanted
説明
Seems to be caused by changes in Ink 5.
- Issue 種別
- 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.