We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7df4c4 commit 939d822Copy full SHA for 939d822
1 file changed
apps/web/src/features/explorer/components/ExplorerSidebar.styles.ts
@@ -3,7 +3,7 @@ import { uiTokens } from "../../../shared/styles/tokens";
3
export const explorerStyles = {
4
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",
5
header: "px-2 pb-1 text-[0.65rem] uppercase tracking-wider text-white/40",
6
- list: "space-y-1 pb-4",
+ list: "space-y-1",
7
languageButton: (active: boolean) =>
8
`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]"
9
}`,
0 commit comments