Skip to content

Commit

Permalink
style: error messages styling
Browse files Browse the repository at this point in the history
  • Loading branch information
keyurparalkar committed Apr 16, 2024
1 parent e61007a commit e4d9b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ function App() {
</div>
</div>

<div id="error-status-bar" className="bg-gray-400">
<code id="error-status-bar" className="bg-red-100 text-red-600 text-sm">
{JSON.stringify(errorMessage)}
</div>
</code>
</div>
);
}
Expand Down

0 comments on commit e4d9b87

Please sign in to comment.