mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 01:25:37 -05:00
fix path to dark icon of options button (#5274)
This commit is contained in:
@@ -417,7 +417,7 @@ export class SchemaCompareResult {
|
||||
label: localize('schemaCompare.optionsButton', 'Options'),
|
||||
iconPath: {
|
||||
light: path.join(__dirname, 'media', 'options.svg'),
|
||||
dark: path.join(__dirname, 'media', 'options_reverse.svg')
|
||||
dark: path.join(__dirname, 'media', 'options-inverse.svg')
|
||||
},
|
||||
title: localize('schemaCompare.optionsButtonTitle', 'Options')
|
||||
}).component();
|
||||
|
||||
Reference in New Issue
Block a user