diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-04-16 00:43:48 +0200 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2020-04-16 07:04:34 +0000 |
commit | edaf4f9e6d0f8e1b95115cc39492c84d730ba1a2 (patch) | |
tree | 3c15cf396a047f9f7c7bc34956986c6c62b14ede /ui-react/src/theme | |
parent | 5309056d530fc14ee603c38d32290db514e03c67 (diff) |
Add template name to UI
Add template name to the UI loop viewer + change color of logs panel
Issue-ID: CLAMP-826
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I6776729cefc0597067ae8ef722f7d6e488a12cad
Diffstat (limited to 'ui-react/src/theme')
-rw-r--r-- | ui-react/src/theme/globalStyle.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui-react/src/theme/globalStyle.js b/ui-react/src/theme/globalStyle.js index 3656f9e98..64fd7c5d9 100644 --- a/ui-react/src/theme/globalStyle.js +++ b/ui-react/src/theme/globalStyle.js @@ -87,6 +87,9 @@ export const DefaultClampTheme = { loopViewerHeaderBackgroundColor: '#337ab7', loopViewerHeaderFontColor: 'white', + loopLogsHeaderBackgroundColor: 'white', + loopLogsHeaderFontColor: 'black', + menuBackgroundColor: 'white', menuFontColor: 'black', menuHighlightedBackgroundColor: '#337ab7', |