Increase min-width for all Pickers, minor style changes

- Increases the Picker min-width from 500 to 540
- Makes some changes to the styling of keyboard shortcuts in the command palette
This commit is contained in:
Nate Butler 2022-04-20 11:54:57 -04:00
parent 484204c2a0
commit ea11f2e183
5 changed files with 6 additions and 6 deletions

View file

@ -731,11 +731,11 @@
"key": {
"text": {
"family": "Zed Mono",
"color": "#ffffff",
"color": "#9c9c9c",
"size": 12
},
"corner_radius": 4,
"background": "#0e0e0e",
"background": "#0e0e0e80",
"border": {
"color": "#232323",
"width": 1

View file

@ -731,7 +731,7 @@
"key": {
"text": {
"family": "Zed Mono",
"color": "#000000",
"color": "#474747",
"size": 12
},
"corner_radius": 4,