Convert static icons to instance, use theme colors
This commit is contained in:
parent
8e205cce57
commit
f8a15c3b96
6 changed files with 22 additions and 21 deletions
|
|
@ -54,7 +54,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
this.BackgroundColor = theme.Colors.PrimaryBackgroundColor;
|
||||
this.theme = theme;
|
||||
|
||||
var configureIcon = AggContext.StaticData.LoadIcon("fa-cog_16.png");
|
||||
var configureIcon = AggContext.StaticData.LoadIcon("fa-cog_16.png", 16, 16, theme.InvertIcons);
|
||||
|
||||
#if __ANDROID__
|
||||
// Camera Monitoring
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue