mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Update import project toolbar icon to be blue (#11878)
* update import project toolbar icon to be blue * get rid of dark and light
This commit is contained in:
@@ -119,10 +119,7 @@
|
||||
"command": "sqlDatabaseProjects.importDatabase",
|
||||
"title": "%sqlDatabaseProjects.importDatabase%",
|
||||
"category": "%sqlDatabaseProjects.displayName%",
|
||||
"icon": {
|
||||
"dark": "images/dark/databaseProject.svg",
|
||||
"light": "images/light/databaseProject.svg"
|
||||
}
|
||||
"icon": "images/databaseProjectToolbar.svg"
|
||||
},
|
||||
{
|
||||
"command": "sqlDatabaseProjects.addDatabaseReference",
|
||||
|
||||
Reference in New Issue
Block a user