From a384ff5090c8e0aa8b7e68b7d1247b22f33162c0 Mon Sep 17 00:00:00 2001 From: parammittal16 Date: Mon, 18 Feb 2019 13:00:32 +0530 Subject: [PATCH] fix(www): make seach placeholder full visible --- www/src/components/search-form.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/src/components/search-form.js b/www/src/components/search-form.js index c7ee3a656be58..82db4beb800a3 100644 --- a/www/src/components/search-form.js +++ b/www/src/components/search-form.js @@ -378,7 +378,7 @@ class SearchForm extends Component { }, [presets.Desktop]: { backgroundColor: !isHomepage && `#fff`, - width: !isHomepage && rhythm(3.5), + width: !isHomepage && rhythm(3.75), ":focus": { backgroundColor: colors.ui.light, }, @@ -386,7 +386,7 @@ class SearchForm extends Component { [presets.Hd]: { backgroundColor: isHomepage && colors.lilac, color: isHomepage && colors.ui.light, - width: isHomepage && rhythm(3.5), + width: isHomepage && rhythm(3.75), }, }} type="search"