Skip to content

Commit

Permalink
馃獰 馃帹 Fix connector form field error spacing (#17283)
Browse files Browse the repository at this point in the history
* fix property error spacing

* use variable
  • Loading branch information
lmossman committed Sep 27, 2022
1 parent 9aacbac commit a216147
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@use "../../../../../scss/colors";
@use "../../../../../scss/variables";

.errorMessage {
color: colors.$red;
margin-top: variables.$spacing-sm;
}

0 comments on commit a216147

Please sign in to comment.