Skip to content

Commit 6d90327

Browse files
committed
fix. typo
1 parent 6b43433 commit 6d90327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

switchbutton/src/main/java/ch/ielse/view/SwitchView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public void setColor(int newColorPrimary, int newColorPrimaryDark, int newColorO
134134
colorOffDark = newColorOffDark;
135135
colorShadow = newColorShadow;
136136
colorBar = newColorBar;
137-
colorBackgorund = newColorBackground;
137+
colorBackground = newColorBackground;
138138
invalidate();
139139
}
140140

0 commit comments

Comments
 (0)