Skip to content

feat: add light theme #11266

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

Merged
merged 21 commits into from
Dec 20, 2023
Merged
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
Merge branch 'main' into light-theme
  • Loading branch information
aslilac committed Dec 19, 2023
commit c07e571b2312956851e0a05f354da218641d61ab
2 changes: 1 addition & 1 deletion site/src/components/Resources/AgentLatency.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { type FC, useRef, useState } from "react";
import { type Theme, useTheme } from "@emotion/react";
import { type FC } from "react";
import type { WorkspaceAgent, DERPRegion } from "api/typesGenerated";
import {
HelpTooltipText,
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.