reset fieldset border/padding/margin in Input component

This commit is contained in:
Justin Edmund 2025-11-30 22:26:25 -08:00
parent d2cb4c5052
commit 33fa9f9c9c

View file

@ -185,6 +185,9 @@
display: flex;
flex-direction: column;
gap: $unit-half;
border: none;
padding: 0;
margin: 0;
&:last-child .error {
margin-bottom: 0;