Skip to content

Commit 8f512c6

Browse files
committed
Minor fixes
1 parent dda1dd0 commit 8f512c6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

components/email.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,8 @@ export default class Email extends Component {
132132
}
133133

134134
componentDidMount() {
135-
console.log(this.props, this.textHanlder)
136135
if (this.props.autoFocus) {
137-
// textHandler is undefined at time of mounting
138-
setTimeout(() => {
139-
this.textHandler.focus()
140-
}, 1000)
136+
this.textHandler.focus()
141137
}
142138
}
143139

css/raw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ svg.twitter * {
7373
7474
a.-grey:hover {
7575
text-decoration: none;
76-
color: ${grey200};
76+
opacity: 0.5;
7777
}
7878
`

0 commit comments

Comments
 (0)