Skip to content

Commit

Permalink
Add some margins to settings icons
Browse files Browse the repository at this point in the history
  • Loading branch information
bzoz committed Nov 22, 2019
1 parent 4be84e0 commit fbc922f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion src/settings-web/src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,12 @@ export class App extends React.Component <any, any> {
},
'i.ms-Button-icon' : {
color: theme.palette.neutralPrimary,
fontWeight: 'normal'
fontWeight: 'normal',
paddingLeft: '5px',
paddingRight: '5px'
},
'.ms-Button-icon > svg' : {
paddingTop: '2px'
},
'&:hover i.ms-Button-icon' : {
color: theme.palette.neutralPrimary,
Expand Down
2 changes: 1 addition & 1 deletion src/settings/settings-html/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/settings/settings-html/index-dark.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/settings/settings-html/index.html

Large diffs are not rendered by default.

0 comments on commit fbc922f

Please sign in to comment.