chore: cleanup

This commit is contained in:
adamelmore
2026-01-26 10:08:29 -06:00
parent b8e8d82323
commit 37f1a1a4ef
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ export default function FileTree(props: {
<Dynamic
component={local.as ?? "div"}
classList={{
"w-full min-w-0 flex items-center gap-x-2 rounded-md px-2 py-1 hover:bg-surface-raised-base-hover active:bg-surface-base-active transition-colors cursor-pointer": true,
"w-full min-w-0 flex items-center justify-start gap-x-2 rounded-md px-2 py-1 text-left hover:bg-surface-raised-base-hover active:bg-surface-base-active transition-colors cursor-pointer": true,
...(local.classList ?? {}),
[local.class ?? ""]: !!local.class,
[props.nodeClass ?? ""]: !!props.nodeClass,

View File

@@ -217,7 +217,7 @@
[data-slot="tabs-list"] {
height: auto;
padding: 6px;
padding: 6px 0;
gap: 4px;
background-color: var(--background-base);