diff --git a/_locales/en/messages.json b/_locales/en/messages.json index d9fda7c20c90..ef7b6410be36 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -60,7 +60,7 @@ "description": "Menu item and header text for debug log modal, title case." }, "searchForPeopleOrGroups": { - "message": "Search for people or groups", + "message": "Search...", "description": "Placeholder text in the search input" }, "welcomeToSignal": { diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index dfb54570f4a0..0241a94b0173 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -89,6 +89,7 @@ input.search { padding: 10px; border: solid 1px $grey_l; outline-offset: -2px; + font-size: inherit; &.active { outline: solid 1px $blue; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 460cb4d5cd74..dcfd7f2df214 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -500,7 +500,8 @@ input.search { width: 100%; padding: 10px; border: solid 1px #f3f3f3; - outline-offset: -2px; } + outline-offset: -2px; + font-size: inherit; } input.search.active { outline: solid 1px #2090ea; } input.search::-webkit-search-cancel-button {