summaryrefslogtreecommitdiff
path: root/ElmSharp/ElmSharp/Container.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ElmSharp/ElmSharp/Container.cs')
-rw-r--r--ElmSharp/ElmSharp/Container.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ElmSharp/ElmSharp/Container.cs b/ElmSharp/ElmSharp/Container.cs
index 2842629..b9c4b08 100644
--- a/ElmSharp/ElmSharp/Container.cs
+++ b/ElmSharp/ElmSharp/Container.cs
@@ -27,11 +27,11 @@ namespace ElmSharp
{
}
- public override Color BackgroundColor
+ public override Color BackgroundColor
{
set
{
- if(value.IsDefault)
+ if (value.IsDefault)
{
SetPartColor("bg", Color.Transparent);
}