File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ const SignInForm = () => (
7070 // Sorted
7171 autoComplete = "username"
7272 id = "email"
73- placeholder = "email@address.com "
73+ placeholder = "leonardo@codexapp.dev "
7474 spellCheck = { false }
7575 type = "text"
7676 />
@@ -84,7 +84,7 @@ const SignInForm = () => (
8484 // Sorted
8585 autoComplete = "new-password"
8686 id = "password"
87- placeholder = "•••••••••• "
87+ placeholder = "••••••••"
8888 spellCheck = { false }
8989 type = "password"
9090 />
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ const SignUpForm = () => (
7171 // Sorted
7272 autoComplete = "username"
7373 id = "email"
74- placeholder = "email@address.com "
74+ placeholder = "leonardo@codexapp.dev "
7575 spellCheck = { false }
7676 type = "text"
7777 />
@@ -86,7 +86,7 @@ const SignUpForm = () => (
8686 // Sorted
8787 autoComplete = "new-password"
8888 id = "password"
89- placeholder = "•••••••••• "
89+ placeholder = "••••••••"
9090 spellCheck = { false }
9191 type = "password"
9292 />
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { Link } from "react-router-dom"
1212
1313const MetaDropDownItem = ( { className, children } ) => (
1414 React . cloneElement ( children , {
15- // NOTE: bg-md-blue-a400 is too dark
15+ // px-4 py-2 flex flex-row items-center font-medium text-sm leading-5 text-gray-700 hover:text-gray-900 hover:bg-gray-100
1616 className : trimSpaces ( `${ children . props . className }
1717 px-4 py-2 flex flex-row items-center font-medium text-sm leading-5 text-gray-700 hover:text-white hover:bg-md-blue-a200
1818 ${ className } ` ) ,
You can’t perform that action at this time.
0 commit comments