π Start UI [web] is an opinionated UI starter with π¦ TypeScript, βοΈ React, β«οΈ NextJS, β‘οΈ Chakra UI, π¦ tRPC, π Lucia Auth, β² Prisma, ποΈ TanStack Query, π Storybook, π Playwright,π React Hook Form,β½From the π» BearStudio Team
1.39k
stars
129
forks
source link
Toast Icon is not aligned with the Title #392
Closed
ntatoud closed 1 year ago
Description
As seen on this screen taken on the StartUI demo, the icon and the title are not aligned.
How to fix
The fix is quite simple. In the
alert.ts
file, change the icon height from 4 to 6 to match the title lineHeight)Result after fix