Skip to content

Commit

Permalink
fixed error styles
Browse files Browse the repository at this point in the history
  • Loading branch information
amykapernick committed Jul 29, 2024
1 parent 760b63f commit f4d3e14
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/styles/global/clerk.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,18 @@
font-size: 0.7em;
font-weight: inherit;
}

& .cl-formFieldErrorText {
width: 100%;
align-items: center;
text-transform: none;
gap: 1ch;

& svg {
width: 1.5em;
height: auto;
}
}
}


Expand Down

0 comments on commit f4d3e14

Please sign in to comment.