diff --git a/static/v2/css/widgets/w_select_country.css b/static/v2/css/widgets/w_select_country.css index 5807be4..cba15ce 100644 --- a/static/v2/css/widgets/w_select_country.css +++ b/static/v2/css/widgets/w_select_country.css @@ -56,7 +56,7 @@ top: var(--select-height); width: 100%; background: #FFFFFF; - border: 1px solid var(--select-border); + border: 2px solid var(--select-border); border-top: none; border-radius: 0 0 10px 10px; box-sizing: border-box;