Skip to content

Commit

Permalink
fix: add ControlTopbar margin and padding
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfedak committed Aug 14, 2024
1 parent 91864c6 commit b45dc66
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,11 @@ const ControlErrorsList = styled.ul`
list-style-type: none;
font-size: 12px;
color: ${colors.errorText};
margin-bottom: 8px;
text-align: right;
text-transform: uppercase;
font-weight: 600;
margin: 0;
padding: 2px 0 3px;
`;

export const ControlHint = styled.p`
Expand Down

0 comments on commit b45dc66

Please sign in to comment.