From 9d16889216a14587ff14d6e93e3fa2cd782074fe Mon Sep 17 00:00:00 2001 From: James Collins Date: Tue, 28 Feb 2023 19:17:47 +1000 Subject: [PATCH] lighten help text --- resources/js/components/SMInput.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/js/components/SMInput.vue b/resources/js/components/SMInput.vue index 896eb43..f314a51 100644 --- a/resources/js/components/SMInput.vue +++ b/resources/js/components/SMInput.vue @@ -455,6 +455,7 @@ const handleMediaSelect = async (event) => { .sm-input-help { font-size: 75%; margin: 0 map-get($spacer, 1); + color: $secondary-color-dark; .sm-input-invalid { color: $danger-color;