Skip to content

Commit a04a005

Browse files
helios2003Amzani
andauthored
Fix sidebar's color (#990)
Co-authored-by: Prince Rajpoot <44585452+princerajpoot20@users.noreply.github.com>%0ACo-authored-by: samz <samir.amzani@gmail.com>
1 parent 791dec5 commit a04a005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/studio/src/components/Navigation.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)