From 69ad521e33dbdffee4814682364e9b8a850c70d5 Mon Sep 17 00:00:00 2001 From: Lenvin Gonsalves Date: Sat, 18 Apr 2020 20:16:09 +0530 Subject: [PATCH] fix(ErrorLogger): Add classNames for for both states of ArrowDiv - i320 Signed-off-by: Lenvin Gonsalves --- src/ErrorLogger/Error.js | 2 +- src/ErrorLogger/customStyles.js | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ErrorLogger/Error.js b/src/ErrorLogger/Error.js index ee0769dc..107fdb97 100644 --- a/src/ErrorLogger/Error.js +++ b/src/ErrorLogger/Error.js @@ -35,7 +35,7 @@ const ErrorComponent = (props) => { return ( - + errorNav(error)} className={'errorFile'}> {ACT.typeSwitchCase(error || {})} diff --git a/src/ErrorLogger/customStyles.js b/src/ErrorLogger/customStyles.js index 02fe38ff..0323a3c9 100644 --- a/src/ErrorLogger/customStyles.js +++ b/src/ErrorLogger/customStyles.js @@ -11,7 +11,9 @@ export const CustomStylesWrapper = styled.div` }; .errorFile{ }; -.errorArrowDiv{ +.errorArrowDivExpanded{ +}; +.errorArrowDivCollapsed{ }; .errorType{ };