File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/studio/src/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -283,11 +283,11 @@ export const Navigation: React.FunctionComponent<NavigationProps> = ({
283283
284284 if ( ! rawSpec || ! document ) {
285285 return (
286- < div className = "flex flex-1 overflow-hidden h-full justify-center items-center text-2xl mx-auto px-6 text-center" style = { { backgroundColor : 'black' } } >
286+ < div className = "flex flex-1 overflow-hidden h-full justify-center items-center text-2xl mx-auto px-6 text-center bg-gray-800" >
287287 { loading ?(
288288 < div className = "rotating-wheel" > </ div >
289289 ) : (
290- < p style = { { color : ' white' } } > Empty or invalid document. Please fix errors/define AsyncAPI document.</ p >
290+ < p className = 'text- white'> Empty or invalid document. Please fix errors/define AsyncAPI document.</ p >
291291 )
292292 }
293293 </ div >
You can’t perform that action at this time.
0 commit comments