File tree 3 files changed +7
-1
lines changed
arduino-ide-extension/src/browser
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ import { OpenSketchExternal } from './contributions/open-sketch-external';
102
102
import { PreferencesContribution as TheiaPreferencesContribution } from '@theia/preferences/lib/browser/preference-contribution' ;
103
103
import { PreferencesContribution } from './theia/preferences/preference-contribution' ;
104
104
import { QuitApp } from './contributions/quit-app' ;
105
- import { SketchControl } from './contributions/sketch-control-contributions ' ;
105
+ import { SketchControl } from './contributions/sketch-control' ;
106
106
import { Settings } from './contributions/settings' ;
107
107
import { KeybindingRegistry } from './theia/core/keybindings' ;
108
108
File renamed without changes.
Original file line number Diff line number Diff line change 145
145
.p-Widget .dialogOverlay .dialogBlock {
146
146
background-color : var (--theia-arduino-foreground );
147
147
}
148
+
149
+ # arduino-open-sketch-control--toolbar {
150
+ background-color : var (--theia-button-background );
151
+ border : 1px solid var (--theia-arduino-toolbar-background );
152
+ padding : 2px 0px 2px 8px ;
153
+ }
You can’t perform that action at this time.
0 commit comments