Also add border to StatusHoverCcard
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
2b33d1d6aa
commit
52b1fa884d
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ export const StatusHoverCard: React.FC<IStatusHoverCard> = ({ visible = true })
|
|||
onMouseEnter={handleMouseEnter()}
|
||||
onMouseLeave={handleMouseLeave()}
|
||||
>
|
||||
<Card className='relative'>
|
||||
<Card className='relative black:rounded-xl black:border black:border-gray-800'>
|
||||
<CardBody>
|
||||
{renderStatus(statusId)}
|
||||
</CardBody>
|
||||
|
|
Loading…
Reference in a new issue