Skip to content

Commit cc55a1e

Browse files
committed
fix: apply consistent dark mode styles to the add list input
1 parent 9712871 commit cc55a1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/views/CreateList.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ export function CreateList({
5151
type="text"
5252
value={listName}
5353
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"
54+
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"
5555
placeholder="Add a list"
56-
></input>
56+
/>
5757

5858
<div className="flex justify-center items-center ">
5959
<IconButton

0 commit comments

Comments
 (0)