&TableView{
    @apply min-w-full divide-y divide-[#d1d1d1] dark:divide-[#515151];
}
&TableView&.border-around{
    @apply border border-[#d1d1d1] dark:border-[#515151];
}

&TableView thead th{
    @apply text-sm px-4 py-2 text-left font-bold dark:text-[#c1c1c1];
}

&TableView tbody{
    @apply text-lg divide-y divide-[#d1d1d1] dark:divide-[#515151];
}
&TableView tbody td{
    @apply text-sm px-4 py-2;
}
&TableView tbody td button{
    @apply text-sm px-2 py-2;
}