diff --git a/Keyboard/KeyboardLayoutEngine/KeyboardButton.swift b/Keyboard/KeyboardLayoutEngine/KeyboardButton.swift index 0a99d0c..b2a0789 100644 --- a/Keyboard/KeyboardLayoutEngine/KeyboardButton.swift +++ b/Keyboard/KeyboardLayoutEngine/KeyboardButton.swift @@ -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 diff --git a/KeyboardLayoutEngine.xcworkspace/xcuserdata/Cem.xcuserdatad/UserInterfaceState.xcuserstate b/KeyboardLayoutEngine.xcworkspace/xcuserdata/Cem.xcuserdatad/UserInterfaceState.xcuserstate index 79e94a4..565f61e 100644 Binary files a/KeyboardLayoutEngine.xcworkspace/xcuserdata/Cem.xcuserdatad/UserInterfaceState.xcuserstate and b/KeyboardLayoutEngine.xcworkspace/xcuserdata/Cem.xcuserdatad/UserInterfaceState.xcuserstate differ