Skip to content

Commit

Permalink
feat(OptionsPlayer): make hint text have consistent size
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Nov 12, 2016
1 parent a7b5c56 commit 7c21de7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ plugins:
- react
rules:
react/prop-types: 1
react/jsx-no-bind: 0
1 change: 1 addition & 0 deletions src/app/ui/OptionsPlayer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}
&のhint {
color: #8b8685;
font-size: 0.9em;
}
&のhelp {
color: #8b8685;
Expand Down

0 comments on commit 7c21de7

Please sign in to comment.