From f59949bf9dd253ab7e6bfbaea4e3087a96b77179 Mon Sep 17 00:00:00 2001 From: Stanislav Lunyachek Date: Tue, 9 Apr 2024 13:45:58 +0300 Subject: [PATCH] feat: Change color to paragon variable --- src/payment/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/payment/index.scss b/src/payment/index.scss index aadc33d64..66c3964de 100644 --- a/src/payment/index.scss +++ b/src/payment/index.scss @@ -59,7 +59,7 @@ select#cardExpirationYear, select#country { &:disabled { - background-color: #ebebeb !important; + background-color: $gray-100 !important; } } }