remove dashboard filter disclousere

This commit is contained in:
2022-10-17 11:17:09 -03:00
parent 69b5812386
commit 0721977bb6
2 changed files with 53 additions and 81 deletions

View File

@@ -13,8 +13,8 @@ type Props = {
export const Pie: FC<Props> = ({title, data}) => {
return (
<div
className="m-auto bg-white rounded-md p-4 shadow-sm hover:shadow transition-shadow duration-300"
style={{ height: '36rem', width: '36rem' }}
className="m-auto bg-white rounded-md p-4 shadow-sm hover:shadow transition-shadow duration-300 w-full"
style={{ height: '36rem' }}
>
<h3 className="text-lg leading-6 font-medium text-gray-900">{title}</h3>
{data.length ? (