From 61648f447181e0b7d7d828059eae1688ce7203e1 Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Thu, 16 Feb 2023 11:54:36 -0500 Subject: [PATCH] LG-8790: Improve contrast of phone input country code changelog: User-Facing Improvements, Accessibility, Improve color contrast of phone input country code --- app/assets/stylesheets/components/_phone-input.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/components/_phone-input.scss b/app/assets/stylesheets/components/_phone-input.scss index b0c76de41c8..6cea19c5b13 100644 --- a/app/assets/stylesheets/components/_phone-input.scss +++ b/app/assets/stylesheets/components/_phone-input.scss @@ -14,6 +14,10 @@ lg-phone-input { } } + .iti__dial-code { + color: color('ink'); + } + .iti:not(.iti--allow-dropdown) input { padding-left: 36px; padding-right: 6px;