Describe the bug
In the Input → Variants → bounce section, the placeholder text “Type something…” overlaps with the top border of the input field.
Steps to reproduce
1.Navigate to Components → Input.
2.Scroll to Variants section.
3.Observe the input field with “bounce” variant.
4.Notice the placeholder positioning relative to the input border.
Expected behavior
Placeholder should be fully inside the input field.
Proper top padding should prevent overlap.
Text should align consistently with other input variants.
What is actually happening?
Placeholder text overlaps the top input border.
Text appears visually clipped/positioned above padding area.
UI alignment looks broken.
Screenshots
Any additional comments?
No response