Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix InfoTab layout
  • Loading branch information
Kazu Yokomizo committed Jul 24, 2017
commit f7d1f9e94946c46dd3b176bb585505c6e3229183
2 changes: 1 addition & 1 deletion browser/main/modals/PreferencesModal/InfoTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class InfoTab extends React.Component {
type='checkbox'
/>
Enable to send analytics to our servers<br />
<button onClick={(e) => this.handleSaveButtonClick(e)}>Save</button>
<button styleName='policy-submit' onClick={(e) => this.handleSaveButtonClick(e)}>Save</button>
</div>
)
}
Expand Down
4 changes: 4 additions & 0 deletions browser/main/modals/PreferencesModal/InfoTab.styl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@

.policy
font-size 20px
margin-bottom 10px

.policy-submit
margin-top 10px

body[data-theme="dark"]
.root
Expand Down