Skip to content

Commit

Permalink
select input error styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarman committed Sep 4, 2024
1 parent c8b577f commit 8abb8e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/common/components/Input/SelectInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
}

.ls-input-select-error {
padding-bottom: 0.5rem;
padding: 0.375rem 0 0.375rem 0;

border-top-color: var(--ion-color-danger);
border-top-width: 1px;
border-top-style: solid;
}
}

0 comments on commit 8abb8e5

Please sign in to comment.