Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: import svg viewbox misalignment
This change updates the import svg's viewbox. It was set to be 24 x 24, but the icon is only 16px wide, causing it to be shifted 4px to the left. By shrinking the viewbox (but keeping the width the same), the icon is now more correctly aligned.
- Loading branch information