From 42a5597a95930d9f5edbb44720b4dd7a1bba41c9 Mon Sep 17 00:00:00 2001 From: Lenvin Gonsalves Date: Sat, 25 Apr 2020 00:11:08 +0530 Subject: [PATCH] refactor(*): add CiceroUI as common className - i320 Signed-off-by: Lenvin Gonsalves --- src/ErrorLogger/index.js | 2 +- src/Navigation/index.js | 3 ++- src/TemplateLibrary/index.js | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ErrorLogger/index.js b/src/ErrorLogger/index.js index 751c6760..a279883f 100644 --- a/src/ErrorLogger/index.js +++ b/src/ErrorLogger/index.js @@ -48,7 +48,7 @@ const ErrorLogger = (props) => { key={ACT.keySwitchCase(errorValue)} />); return ( -
+
{errorsVisible && {errorComponentGenerator(errors)} diff --git a/src/Navigation/index.js b/src/Navigation/index.js index 5602b400..43361a32 100644 --- a/src/Navigation/index.js +++ b/src/Navigation/index.js @@ -26,7 +26,8 @@ const NavigationComponent = (props) => { const filesState = () => navState === FILES; const navigationWrapperProps = { - id: 'NavigationWrapperComponent' + id: 'NavigationWrapperComponent', + className : 'ciceroUI' }; const switchProps = { diff --git a/src/TemplateLibrary/index.js b/src/TemplateLibrary/index.js index 93f39f4a..8c2b0133 100644 --- a/src/TemplateLibrary/index.js +++ b/src/TemplateLibrary/index.js @@ -121,7 +121,7 @@ const TemplateLibraryComponent = (props) => { const filtered = filterTemplates(props.templates); return ( - +
Clause Templates