Skip to content

Commit

Permalink
fix: another issue with the pra textbox
Browse files Browse the repository at this point in the history
  • Loading branch information
YourivHDenHaag committed Oct 18, 2024
1 parent 55734ac commit 931af3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/TextInput/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@
--utrecht-textbox-border-bottom-width: 0;
--utrecht-textbox-invalid-border-bottom-width: 0;
}

&:has(.utrecht-textbox--invalid) {
--utrecht-textbox-border-width: var(--utrecht-textbox-invalid-border-width);
}
}

0 comments on commit 931af3a

Please sign in to comment.