Skip to content

Commit

Permalink
fix adornment fill variable never being used
Browse files Browse the repository at this point in the history
  • Loading branch information
steppy452 committed Dec 20, 2023
1 parent 2d3e7a7 commit 45f32b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/form/Input/Input.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
flex-direction: row;
align-items: center;
flex-wrap: nowrap;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition:
border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
box-sizing: border-box;

&.small {
Expand Down Expand Up @@ -46,6 +48,7 @@
svg {
width: var(--input-adornment-size);
height: var(--input-adornment-size);
fill: var(--input-adornment-fill);
}
}

Expand Down

0 comments on commit 45f32b5

Please sign in to comment.