mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Book Fixes (#14931)
* change folder icon and fix book path * change folder icon in dark mode * add folder.svg under resources
This commit is contained in:
@@ -23,8 +23,8 @@ export class IconPathHelper {
|
||||
light: IconPathHelper.extensionContext.asAbsolutePath('resources/light/delete.svg')
|
||||
};
|
||||
IconPathHelper.folder = {
|
||||
dark: IconPathHelper.extensionContext.asAbsolutePath('resources/dark/folder_inverse.svg'),
|
||||
light: IconPathHelper.extensionContext.asAbsolutePath('resources/light/folder.svg')
|
||||
dark: IconPathHelper.extensionContext.asAbsolutePath('resources/folder.svg'),
|
||||
light: IconPathHelper.extensionContext.asAbsolutePath('resources/folder.svg')
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user