From 125c9abf56876784738acf3cba61f464f5866399 Mon Sep 17 00:00:00 2001 From: Kaan Kabalak Date: Thu, 12 Nov 2020 10:28:49 -0800 Subject: [PATCH] Adjust Modal form clear button font based on mockups (#384) The font of the clear button for Modal forms were 'sans-serif' instead of being 'Lato' as specified in the mockups. Co-authored-by: Daniel Valdivia --- .../screens/Console/Common/FormComponents/common/styleLibrary.ts | 1 + 1 file changed, 1 insertion(+) 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 ed897ae99..b8fd3e7f1 100644 --- a/portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts +++ b/portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts @@ -54,6 +54,7 @@ export const modalBasic = { marginLeft: 0, }, clearButton: { + fontFamily: "Lato, sans-serif", border: "0", backgroundColor: "transparent", color: "#393939",