@@ -191,15 +191,15 @@ const NodeInfoPanel: React.FC<NodeInfoPanelProps> = ({
191191 < Grid container spacing = { 1 } >
192192 < Grid item xs = { 12 } >
193193 < Typography
194- sx = { { color : Colors . darkpurple , fontWeight : "Bold" } }
194+ sx = { { color : Colors . darkPurple , fontWeight : "Bold" } }
195195 >
196196 NeuroJSON.io Database Name
197197 </ Typography >
198198 < Typography > { dbInfo . db_name } </ Typography >
199199 </ Grid >
200200 < Grid item xs = { 12 } >
201201 < Typography
202- sx = { { color : Colors . darkpurple , fontWeight : "Bold" } }
202+ sx = { { color : Colors . darkPurple , fontWeight : "Bold" } }
203203 >
204204 REST-API URL
205205 </ Typography >
@@ -217,7 +217,7 @@ const NodeInfoPanel: React.FC<NodeInfoPanelProps> = ({
217217 </ Grid >
218218 < Grid item xs = { 12 } >
219219 < Typography
220- sx = { { color : Colors . darkpurple , fontWeight : "Bold" } }
220+ sx = { { color : Colors . darkPurple , fontWeight : "Bold" } }
221221 >
222222 Database Creation Time
223223 </ Typography >
@@ -227,7 +227,7 @@ const NodeInfoPanel: React.FC<NodeInfoPanelProps> = ({
227227 </ Grid >
228228 < Grid item xs = { 12 } >
229229 < Typography
230- sx = { { color : Colors . darkpurple , fontWeight : "Bold" } }
230+ sx = { { color : Colors . darkPurple , fontWeight : "Bold" } }
231231 >
232232 Searchable Database Size
233233 </ Typography >
@@ -237,7 +237,7 @@ const NodeInfoPanel: React.FC<NodeInfoPanelProps> = ({
237237 </ Grid >
238238 < Grid item xs = { 12 } >
239239 < Typography
240- sx = { { color : Colors . darkpurple , fontWeight : "Bold" } }
240+ sx = { { color : Colors . darkPurple , fontWeight : "Bold" } }
241241 >
242242 DatabaseDisk Size (compressed)
243243 </ Typography >
@@ -255,7 +255,7 @@ const NodeInfoPanel: React.FC<NodeInfoPanelProps> = ({
255255 backgroundColor : Colors . orange ,
256256 color : Colors . white ,
257257 "&:hover" : {
258- backgroundColor : Colors . darkorange ,
258+ backgroundColor : Colors . darkOrange ,
259259 } ,
260260 } }
261261 onClick = { ( ) => navigate ( `/databases/${ nodeData . id } ` ) }
@@ -271,7 +271,7 @@ const NodeInfoPanel: React.FC<NodeInfoPanelProps> = ({
271271 backgroundColor : Colors . orange ,
272272 color : Colors . white ,
273273 "&:hover" : {
274- backgroundColor : Colors . darkorange ,
274+ backgroundColor : Colors . darkOrange ,
275275 } ,
276276 } }
277277 >
@@ -286,7 +286,7 @@ const NodeInfoPanel: React.FC<NodeInfoPanelProps> = ({
286286 backgroundColor : Colors . orange ,
287287 color : Colors . white ,
288288 "&:hover" : {
289- backgroundColor : Colors . darkorange ,
289+ backgroundColor : Colors . darkOrange ,
290290 } ,
291291 } }
292292 >
@@ -301,7 +301,7 @@ const NodeInfoPanel: React.FC<NodeInfoPanelProps> = ({
301301 backgroundColor : Colors . orange ,
302302 color : Colors . white ,
303303 "&:hover" : {
304- backgroundColor : Colors . darkorange ,
304+ backgroundColor : Colors . darkOrange ,
305305 } ,
306306 } }
307307 onClick = { ( ) =>
0 commit comments