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 = () => {
86
86
</ header >
87
87
88
88
< div style = { styles . versionInfo } >
89
- < h4 style = { styles . versionText } >
90
- < span style = { { ...styles . dot , backgroundColor : reactColor } } />
89
+ < h4 style = { { ...styles . versionText , color : reactColor } } >
91
90
Host Used React: { React . version }
92
91
</ h4 >
93
- < h4 style = { styles . versionText } >
94
- < span style = { { ...styles . dot , backgroundColor : reactDomColor } } />
92
+ < h4 style = { { ...styles . versionText , color : reactDomColor } } >
95
93
Host Used ReactDOM: { ReactDOM . version }
96
94
</ h4 >
97
- < h4 style = { styles . versionText } >
98
- < span style = { { ...styles . dot , backgroundColor : lodashColor } } />
95
+ < h4 style = { { ...styles . versionText , color : lodashColor } } >
99
96
Host Used Lodash: { lodash . VERSION }
100
97
</ h4 >
101
98
</ div >
You can’t perform that action at this time.
0 commit comments