Skip to content

Commit b52a2dd

Browse files
author
Daniel Dahan
committed
issue-27: updated default colors
1 parent d8adf5a commit b52a2dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Source/MaterialButton.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class MaterialButton : UIButton {
4444
/**
4545
:name: pulseColor
4646
*/
47-
public var pulseColor: UIColor? = MaterialTheme.blue.lighten3
47+
public var pulseColor: UIColor? = MaterialTheme.blueGrey.lighten3
4848

4949
/**
5050
:name: init

Source/MaterialCardView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class MaterialCardView : UIView {
4949
/**
5050
:name: pulseColor
5151
*/
52-
public var pulseColor: UIColor = MaterialTheme.blue.lighten3
52+
public var pulseColor: UIColor = MaterialTheme.blueGrey.lighten3
5353

5454
/**
5555
:name: init

0 commit comments

Comments
 (0)