Skip to content

Commit

Permalink
fix: improve field error position (#7260)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjagodic committed Aug 2, 2024
1 parent dc8b684 commit 853487b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,9 @@ const ControlErrorsList = styled.ul`
list-style-type: none;
font-size: 12px;
color: ${colors.errorText};
margin-bottom: 5px;
margin-bottom: 8px;
text-align: right;
text-transform: uppercase;
position: relative;
font-weight: 600;
top: 20px;
`;

export const ControlHint = styled.p`
Expand Down

0 comments on commit 853487b

Please sign in to comment.