Skip to content

Commit

Permalink
chore: add some dev settings
Browse files Browse the repository at this point in the history
  • Loading branch information
YuJianghao committed Oct 7, 2023
1 parent 4812ee5 commit d954242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/playground/src/components/Playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default function Playground({ themes, validators }: PlaygroundProps) {
const [formData, setFormData] = useState<any>(samples.Simple.formData);
const [extraErrors, setExtraErrors] = useState<ErrorSchema | undefined>();
const [shareURL, setShareURL] = useState<string | null>(null);
// TODO only for dev convenience, reset to `default` before merge
const [theme, setTheme] = useState<string>('carbon');
const [subtheme, setSubtheme] = useState<string | null>(null);
const [stylesheet, setStylesheet] = useState<string | null>(null);
Expand Down

0 comments on commit d954242

Please sign in to comment.