mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-17 17:41:50 +00:00
srn Updated chips to be round
This commit is contained in:
@@ -101,7 +101,7 @@ export const ColumnResources: ColumnDef<ResourceProps>[] = [
|
||||
<>
|
||||
<p className="text-center">
|
||||
<span
|
||||
className={`inline-block rounded-full px-2 py-1 text-xs font-semibold ${getChipStyle(count)}`}
|
||||
className={`w-6 h-6 rounded-full bg-yellow-100 text-yellow-800 text-xs font-semibold flex items-center justify-center mx-auto ${getChipStyle(count)}`}
|
||||
>
|
||||
{count}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user