Fix tailwind dark selector

This commit is contained in:
Gregory Schier
2023-03-03 07:54:19 -08:00
parent c30caf11fe
commit 534d45bccf
5 changed files with 17 additions and 13 deletions

View File

@@ -1,8 +1,7 @@
import type { InputHTMLAttributes, ReactNode } from 'react';
import classnames from 'classnames';
import { placeholders } from './Editor/widgets';
import { HStack, VStack } from './Stacks';
import Editor from './Editor/Editor';
import classnames from "classnames";
import type { InputHTMLAttributes, ReactNode } from "react";
import Editor from "./Editor/Editor";
import { HStack, VStack } from "./Stacks";
interface Props extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size' | 'onChange'> {
name: string;