🏗️ Cleaned the table further

This commit is contained in:
2023-12-20 00:08:16 -05:00
parent 4d1d29a361
commit 0872aa4d8a
4 changed files with 93 additions and 82 deletions

View File

@@ -31,7 +31,7 @@ export const MetadataPanel = (props: IMetadatPanelProps): ReactElement => {
{
name: "rawFileDetails",
content: () => (
<dl className="bg-[#647587] p-3 rounded-lg">
<dl className="dark:bg-[#647587] bg-slate-200 p-3 rounded-lg">
<dt>
<p className="text-lg">{issueName}</p>
</dt>