🪑 Styled download panel table

This commit is contained in:
2023-12-25 00:27:35 -05:00
parent 432fe58585
commit 8f42afe560
7 changed files with 114 additions and 82 deletions

View File

@@ -93,7 +93,7 @@ const renderCard = (props: ICardProps): ReactElement => {
<div className="mt-2 px-2">
<dl>
<div>
<dd className="text-md text-slate-500 dark:text-black">
<dd className="text-sm text-slate-500 dark:text-black">
{props.title}
</dd>
</div>