Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
refactor(*): add CiceroUI as common className - i320
Browse files Browse the repository at this point in the history
Signed-off-by: Lenvin Gonsalves <[email protected]>
  • Loading branch information
98lenvi committed Apr 24, 2020
1 parent 2c9fd4e commit 42a5597
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ErrorLogger/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const ErrorLogger = (props) => {
key={ACT.keySwitchCase(errorValue)} />);

return (
<div>
<div className='ciceroUI'>
{errorsVisible
&& <SC.ErrorDisplay {...displayProps} className='errorDisplay'>
{errorComponentGenerator(errors)}
Expand Down
3 changes: 2 additions & 1 deletion src/Navigation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ const NavigationComponent = (props) => {
const filesState = () => navState === FILES;

const navigationWrapperProps = {
id: 'NavigationWrapperComponent'
id: 'NavigationWrapperComponent',
className : 'ciceroUI'
};

const switchProps = {
Expand Down
2 changes: 1 addition & 1 deletion src/TemplateLibrary/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const TemplateLibraryComponent = (props) => {
const filtered = filterTemplates(props.templates);

return (
<TemplatesWrapper>
<TemplatesWrapper className='ciceroUI'>
<Header>
<HeaderTitle className='templateListTitle' >Clause Templates</HeaderTitle>
<HeaderImports>
Expand Down

0 comments on commit 42a5597

Please sign in to comment.