Skip to content

Commit b763d93

Browse files
author
Zaydek Michels-Gualtieri
committed
Tweaks to placeholders
1 parent 7730a4d commit b763d93

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/components/Forms/SignIn.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const SignInForm = () => (
7070
// Sorted
7171
autoComplete="username"
7272
id="email"
73-
placeholder="email@address.com"
73+
placeholder="leo.da.vinci@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
/>

src/components/Forms/#.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const #Form = () => (
7171
// Sorted
7272
autoComplete="username"
7373
id="email"
74-
placeholder="email@address.com"
74+
placeholder="leo.da.vinci@codexapp.dev"
7575
spellCheck={false}
7676
type="text"
7777
/>
@@ -86,7 +86,7 @@ const #Form = () => (
8686
// Sorted
8787
autoComplete="new-password"
8888
id="password"
89-
placeholder="••••••••••"
89+
placeholder="••••••••"
9090
spellCheck={false}
9191
type="password"
9292
/>

src/components/Nav/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Link } from "react-router-dom"
1212

1313
const 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}`),

0 commit comments

Comments
 (0)