fix styling hiccup
This commit is contained in:
parent
f77acf9eac
commit
cb476f7361
@ -125,7 +125,7 @@ export const StatusItemMonitor: React.FC<{
|
|||||||
<div>
|
<div>
|
||||||
<span
|
<span
|
||||||
className={cn(
|
className={cn(
|
||||||
'text-bold text-bold inline-block min-w-[62px] rounded-lg p-0.5 text-center font-semibold',
|
'text-white inline-block min-w-[62px] rounded-lg p-0.5 text-center font-semibold',
|
||||||
getStatusBgColorClassName(summaryStatus)
|
getStatusBgColorClassName(summaryStatus)
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user