1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Fix InfoTab layout

This commit is contained in:
Kazu Yokomizo
2017-07-24 14:47:10 +09:00
parent 27b9952f8e
commit f7d1f9e949
2 changed files with 5 additions and 1 deletions

View File

@@ -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>
)
}

View File

@@ -44,6 +44,10 @@
.policy
font-size 20px
margin-bottom 10px
.policy-submit
margin-top 10px
body[data-theme="dark"]
.root