We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9712871 commit cc55a1eCopy full SHA for cc55a1e
src/views/CreateList.jsx
@@ -51,9 +51,9 @@ export function CreateList({
51
type="text"
52
value={listName}
53
onChange={handleChange}
54
- className="m-6 block w-[90%] rounded-md border border-gray-300 shadow-sm focus:border-blue-500 focus:ring-blue-500 sm:text-lg py-3 px-4"
+ className="m-6 w-[90%] border border-gray-300 shadow-sm focus:border-blue-500 focus:ring-blue-500 sm:text-lg py-3 flex items-center px-2 rounded-lg dark:bg-gray-700 focus:outline-none dark:border-gray-600 mt-6 dark:placeholder-gray-400 text-white"
55
placeholder="Add a list"
56
- ></input>
+ />
57
58
<div className="flex justify-center items-center ">
59
<IconButton
0 commit comments