From 8abb8e5e010eff5d90cc8ccfa336a4332499bb67 Mon Sep 17 00:00:00 2001 From: Matthew Warman Date: Wed, 4 Sep 2024 13:58:28 -0400 Subject: [PATCH] select input error styles --- src/common/components/Input/SelectInput.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/common/components/Input/SelectInput.scss b/src/common/components/Input/SelectInput.scss index 9bf3b86..bbe309c 100644 --- a/src/common/components/Input/SelectInput.scss +++ b/src/common/components/Input/SelectInput.scss @@ -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; } }