Skip to content

Commit

Permalink
reverted changes in messageExample file
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 141f3fe commit 76246cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/containers/Messages/MessageExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const Example: React.FunctionComponent<ExampleProps> = ({
className: 'fill-current text-gray-200',
}}
>
<span className="inline-block w-20 py-0.5 mr-1 bg-gray-200 text-sm text-center rounded focus:outline-none">
<span className="inline-block w-20 py-0.5 mr-1 text-gray-200 text-sm border text-center rounded focus:outline-none">
{type}
</span>
</CollapseButton>
Expand Down

0 comments on commit 76246cb

Please sign in to comment.