Skip to content

Commit 939d822

Browse files
committed
fix space
1 parent c7df4c4 commit 939d822

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/features/explorer/components/ExplorerSidebar.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { uiTokens } from "../../../shared/styles/tokens";
33
export const explorerStyles = {
44
root: "w-60 shrink-0 h-full overflow-y-auto border-l border-white/10 bg-[#1e1e1e]/90 backdrop-blur-2xl backdrop-saturate-150 p-2",
55
header: "px-2 pb-1 text-[0.65rem] uppercase tracking-wider text-white/40",
6-
list: "space-y-1 pb-4",
6+
list: "space-y-1",
77
languageButton: (active: boolean) =>
88
`flex w-full items-center gap-2 rounded-md px-2 py-1 text-left text-[0.75rem] transition-colors ${active ? "bg-white/[0.06] text-white" : "text-white/80 hover:bg-white/[0.06]"
99
}`,

0 commit comments

Comments
 (0)