Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: navigation improvements #1056

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: dark mode
grutt committed Nov 19, 2024
commit e0e99164608bbc27f3c9de71e49d34cc23a67d33
2 changes: 1 addition & 1 deletion frontend/docs/components/FrameworkSelector.tsx
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ export const FrameworkSelector: React.FC<FrameworkSelectorProps> = ({ className
<>
<Dialog>
<DialogTrigger asChild>
<Button className="inline-flex items-center gap-2 px-4 py-2 border rounded-md hover:bg-gray-100">
<Button className="inline-flex items-center gap-2 px-4 py-2 border rounded-md hover:bg-gray-100 dark:hover:bg-gray-800 dark:border-gray-700 dark:bg-background dark:text-foreground">
{selected.worker?.icon} {selected.worker?.name || "Select Language"}
{selected['api-server'] && selected['api-server']?.name !== selected.worker?.name && <> <BiPlus /> {selected['api-server']?.icon} {selected['api-server']?.name}</>}
<BiChevronDown className="ml-2" />