Skip to content

Commit

Permalink
Tweaks to placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaydek Michels-Gualtieri committed May 31, 2020
1 parent 7730a4d commit 769c141
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/components/Forms/SignIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const SignInForm = () => (
// Sorted
autoComplete="username"
id="email"
placeholder="[email protected]"
placeholder="[email protected]"
spellCheck={false}
type="text"
/>
Expand All @@ -84,7 +84,7 @@ const SignInForm = () => (
// Sorted
autoComplete="new-password"
id="password"
placeholder="••••••••••"
placeholder="••••••••"
spellCheck={false}
type="password"
/>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Forms/SignUp.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const SignUpForm = () => (
// Sorted
autoComplete="username"
id="email"
placeholder="[email protected]"
placeholder="[email protected]"
spellCheck={false}
type="text"
/>
Expand All @@ -86,7 +86,7 @@ const SignUpForm = () => (
// Sorted
autoComplete="new-password"
id="password"
placeholder="••••••••••"
placeholder="••••••••"
spellCheck={false}
type="password"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Nav/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Link } from "react-router-dom"

const MetaDropDownItem = ({ className, children }) => (
React.cloneElement(children, {
// NOTE: bg-md-blue-a400 is too dark
// 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
className: trimSpaces(`${children.props.className}
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
${className}`),
Expand Down

0 comments on commit 769c141

Please sign in to comment.