Merge branch 'dev' of github.com:estruyf/vscode-front-matter into dev

This commit is contained in:
Elio Struyf
2023-09-22 08:42:26 +02:00
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>
@@ -188,7 +188,7 @@ export const StepsToGetStarted: React.FunctionComponent<IStepsToGetStartedProps>
settings={settings}
triggerLoading={(isLoading) => setLoading(isLoading)} />
),
show: settings.crntFramework === 'astro' || framework === 'astro',
show: settings.crntFramework === 'astro',
status: Status.Optional
},
{