File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ const SignInForm = () => (
70
70
// Sorted
71
71
autoComplete = "username"
72
72
id = "email"
73
- placeholder = "email@address.com "
73
+ placeholder = "leo.da.vinci@codexapp.dev "
74
74
spellCheck = { false }
75
75
type = "text"
76
76
/>
@@ -84,7 +84,7 @@ const SignInForm = () => (
84
84
// Sorted
85
85
autoComplete = "new-password"
86
86
id = "password"
87
- placeholder = "•••••••••• "
87
+ placeholder = "••••••••"
88
88
spellCheck = { false }
89
89
type = "password"
90
90
/>
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ const #Form = () => (
71
71
// Sorted
72
72
autoComplete = "username"
73
73
id = "email"
74
- placeholder = "email@address.com "
74
+ placeholder = "leo.da.vinci@codexapp.dev "
75
75
spellCheck = { false }
76
76
type = "text"
77
77
/>
@@ -86,7 +86,7 @@ const #Form = () => (
86
86
// Sorted
87
87
autoComplete = "new-password"
88
88
id = "password"
89
- placeholder = "•••••••••• "
89
+ placeholder = "••••••••"
90
90
spellCheck = { false }
91
91
type = "password"
92
92
/>
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { Link } from "react-router-dom"
12
12
13
13
const MetaDropDownItem = ( { className, children } ) => (
14
14
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
16
16
className : trimSpaces ( `${ children . props . className }
17
17
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
18
18
${ className } ` ) ,
You can’t perform that action at this time.
0 commit comments