change(ui): alert header
This commit is contained in:
parent
5c2a5d4a74
commit
920bd0a247
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ const ListItem = ({ alert, onClear, loading }: any) => {
|
|||
/>
|
||||
|
||||
<div>
|
||||
<h2 className="mb-2 flex items-center">
|
||||
<h2 className="mb-2 flex items-center text-base font-normal">
|
||||
{alert.title}
|
||||
</h2>
|
||||
<div className="mb-2 text-sm text-justify break-all">{alert.description}</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue