Reduce key icon size to avoid extra padding on command palette item
- Also remove unneeded imports
This commit is contained in:
parent
408f8d4297
commit
484204c2a0
3 changed files with 7 additions and 8 deletions
|
@ -741,8 +741,8 @@
|
|||
"width": 1
|
||||
},
|
||||
"padding": {
|
||||
"top": 3,
|
||||
"bottom": 3,
|
||||
"top": 2,
|
||||
"bottom": 2,
|
||||
"left": 8,
|
||||
"right": 8
|
||||
},
|
||||
|
|
|
@ -741,8 +741,8 @@
|
|||
"width": 1
|
||||
},
|
||||
"padding": {
|
||||
"top": 3,
|
||||
"bottom": 3,
|
||||
"top": 2,
|
||||
"bottom": 2,
|
||||
"left": 8,
|
||||
"right": 8
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue