From 313f5d032cc355fada28a04e25ded526dabe4aa3 Mon Sep 17 00:00:00 2001 From: Wagner Trezub Date: Wed, 12 Jun 2024 15:57:43 +0200 Subject: [PATCH] fix: border color and width --- theme/ItaliaTheme/Addons/customerSatisfaction.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/ItaliaTheme/Addons/customerSatisfaction.scss b/theme/ItaliaTheme/Addons/customerSatisfaction.scss index e69a78ba8..cab4b7c76 100644 --- a/theme/ItaliaTheme/Addons/customerSatisfaction.scss +++ b/theme/ItaliaTheme/Addons/customerSatisfaction.scss @@ -18,6 +18,8 @@ textarea { height: 6rem; + border-width: 1px; + border-color: #dcddde; } }