From fced196a6d3ee550803231d9ded494ceb6422b9e Mon Sep 17 00:00:00 2001 From: aizad-deriv Date: Thu, 1 Feb 2024 11:35:55 +0800 Subject: [PATCH] fix remove duplicated scss variables --- lib/components/Input/Input.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/components/Input/Input.scss b/lib/components/Input/Input.scss index 0589d924..ac189d78 100644 --- a/lib/components/Input/Input.scss +++ b/lib/components/Input/Input.scss @@ -4,7 +4,6 @@ $active_color: #85acb0; $success_color: #4bb4b3; $warning_color: #ffad3a; $error_field: #ec3f3f; -$inactive_color: #999999; $border: 1px solid; .deriv-input {