File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
runtime-plugins/control-sharing/app1/src Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -86,16 +86,13 @@ const App = () => {
8686 </ header >
8787
8888 < div style = { styles . versionInfo } >
89- < h4 style = { styles . versionText } >
90- < span style = { { ...styles . dot , backgroundColor : reactColor } } />
89+ < h4 style = { { ...styles . versionText , color : reactColor } } >
9190 Host Used React: { React . version }
9291 </ h4 >
93- < h4 style = { styles . versionText } >
94- < span style = { { ...styles . dot , backgroundColor : reactDomColor } } />
92+ < h4 style = { { ...styles . versionText , color : reactDomColor } } >
9593 Host Used ReactDOM: { ReactDOM . version }
9694 </ h4 >
97- < h4 style = { styles . versionText } >
98- < span style = { { ...styles . dot , backgroundColor : lodashColor } } />
95+ < h4 style = { { ...styles . versionText , color : lodashColor } } >
9996 Host Used Lodash: { lodash . VERSION }
10097 </ h4 >
10198 </ div >
You can’t perform that action at this time.
0 commit comments