From ea334fe1feb9c098ea7b337cb5ea6ec5897e4b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Let=C3=ADcia=20Camara?= Date: Fri, 5 Oct 2018 23:45:09 -0300 Subject: [PATCH] border search - merchants --- src/components/pages/HomePage.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/pages/HomePage.css b/src/components/pages/HomePage.css index 03a5234..0aa48b1 100644 --- a/src/components/pages/HomePage.css +++ b/src/components/pages/HomePage.css @@ -69,3 +69,6 @@ padding: 3rem; } +.MuiNotchedOutline-focused-120 { + border-color: rgb(19, 143, 82) !important; +} \ No newline at end of file