Skip to content

Commit

Permalink
Fix KeyboardButtonStyle optional shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
cemolcay committed Jul 12, 2016
1 parent 9c88139 commit d793d5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Keyboard/KeyboardLayoutEngine/KeyboardButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public struct KeyboardButtonStyle {
self.cornerRadius = cornerRadius ?? 5
self.borderColor = borderColor ?? UIColor.clearColor()
self.borderWidth = borderWidth ?? 0
self.shadow = shadow ?? Shadow()
self.shadow = shadow
self.textColor = textColor ?? UIColor.blackColor()
self.font = font ?? UIFont.systemFontOfSize(21)
self.textOffsetY = textOffsetY ?? 0
Expand Down
Binary file not shown.

0 comments on commit d793d5d

Please sign in to comment.