Fix loop prop window
[clamp.git] / ui-react / src / theme / globalStyle.js
index 08630cb..cbd86b1 100644 (file)
@@ -83,4 +83,9 @@ export const DefaultClampTheme = {
        loopViewerFontColor: 'yellow',
        loopViewerHeaderBackgroundColor: '#337ab7',
        loopViewerHeaderFontColor: 'white',
+       
+       menuBackgroundColor: 'white',
+       menuFontColor: 'black',
+       menuHighlightedBackgroundColor: '#337ab7',
+       menuHighlightedFontColor: 'white',
 };