Skip to content

Commit

Permalink
added changes
Browse files Browse the repository at this point in the history
Signed-off-by: Hargun Kaur <[email protected]>
  • Loading branch information
hargunkaur286 committed Oct 23, 2024
1 parent a4f5e2b commit cc67a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/src/containers/Messages/Message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const Message: React.FunctionComponent<Props> = ({
<div className="border bg-gray-100 rounded px-4 py-2 mt-2">
<div className="text-sm text-gray-700">
Message ID
<span className="bg-orange-600 text-white rounded text-xs ml-2 py-0 px-2">
<span className="border text-orange-600 rounded text-xs ml-2 py-0 px-2">
{messageId}
</span>
</div>
Expand All @@ -102,7 +102,7 @@ export const Message: React.FunctionComponent<Props> = ({
<div className="border bg-gray-100 rounded px-4 py-2 mt-2">
<div className="text-sm text-gray-700">
Correlation ID
<span className="bg-orange-600 text-white rounded text-xs ml-2 py-0 px-2 bg-orange-300">
<span className="border text-orange-600 rounded text-xs ml-2 py-0 px-2">
{correlationId.location()}
</span>
</div>
Expand Down

0 comments on commit cc67a9d

Please sign in to comment.