From 32898f0c57584f0819293e0af81964ab9260921a Mon Sep 17 00:00:00 2001 From: Kaan Kabalak Date: Thu, 12 Nov 2020 12:05:40 -0800 Subject: [PATCH] Edit Searchbar styling based on mockups (#385) Co-authored-by: Daniel Valdivia --- .../Console/Common/FormComponents/common/styleLibrary.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts b/portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts index b8fd3e7f1..6908daa99 100644 --- a/portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts +++ b/portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts @@ -156,13 +156,17 @@ export const searchField = { justifyContent: "center", padding: "0 16px", "& input": { - fontSize: 14, + fontSize: 12, + fontWeight: 700, color: "#000", "&::placeholder": { color: "#393939", opacity: 1, }, }, + "&:hover": { + borderColor: "#000", + }, }, };