mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Add some margins to settings icons
This commit is contained in:
committed by
Bartosz Sosnowski
parent
4be84e035f
commit
fbc922fe97
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user