From 58b44949714b002818d20ba40d01eb50c031614d Mon Sep 17 00:00:00 2001 From: sebdet Date: Tue, 10 Sep 2019 16:02:01 +0200 Subject: Remove Dead code Removal of useless code not used anymore in clamp because model are received from CSAR Issue-ID: CLAMP-487 Change-Id: Ifeb0411e7f7cd599cb5cf5d8f5b0e33d34bbf396 Signed-off-by: sebdet --- ui-react/src/theme/globalStyle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-react/src') diff --git a/ui-react/src/theme/globalStyle.js b/ui-react/src/theme/globalStyle.js index a0c338cd4..bb41bc192 100644 --- a/ui-react/src/theme/globalStyle.js +++ b/ui-react/src/theme/globalStyle.js @@ -90,5 +90,5 @@ export const DefaultClampTheme = { menuBackgroundColor: 'white', menuFontColor: 'black', menuHighlightedBackgroundColor: '#337ab7', - menuHighlightedFontColor: 'white', + menuHighlightedFontColor: 'white' }; -- cgit 1.2.3-korg