Skip to content

Commit

Permalink
chore: update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfedak committed Aug 4, 2024
1 parent 52c1244 commit 48fa423
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ const ControlTopbar = styled.div`
`;
const ControlErrorsList = styled.ul`
list-style-type: none;
font-size: 12px;
color: ${colors.errorText};
margin-bottom: 8px;
text-align: right;
font-weight: 600;
font-size: 12px;
color: ${colors.errorText};
margin-bottom: 8px;
text-align: right;
font-weight: 600;
`;

export const ControlHint = styled.p`
Expand Down

0 comments on commit 48fa423

Please sign in to comment.