Style fix + Astro check

This commit is contained in:
Elio Struyf
2023-09-21 21:11:48 +02:00
parent f2eef85206
commit f4e1f06662
2 changed files with 2 additions and 2 deletions
@@ -139,7 +139,7 @@ export const Item: React.FunctionComponent<IItemProps> = ({
/>
) : (
<div
className={`flex items-center justify-center bg-[var(--vscode-sideBar-background)] group-hover:bg-[var(--vscode-list-hoverBackground)]`}
className={`h-full flex items-center justify-center bg-[var(--vscode-sideBar-background)] group-hover:bg-[var(--vscode-list-hoverBackground)]`}
>
<MarkdownIcon className={`h-32 text-[var(--vscode-sideBarTitle-foreground)] opacity-80`} />
</div>