We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a982c commit a4b8d62Copy full SHA for a4b8d62
playground/src/Activate.tsx
@@ -1,7 +1,7 @@
1
-import { useState } from "react";
2
import { Button } from "@matechat/react/button";
3
import { createOpenAIBackend } from "@matechat/react/utils/backend";
4
import { agent } from "@matechat/react/utils/core";
+import { useState } from "react";
5
6
export function Activate({ onActivate }: { onActivate: () => void }) {
7
const [token, setToken] = useState("");
playground/src/style.css
@@ -1,2 +1,3 @@
@import "tailwindcss";
@source "../../src/";
+@custom-variant dark (&:where(.dark, .dark *));
0 commit comments