Skip to content

Commit

Permalink
Fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
a1anyip committed Mar 29, 2016
1 parent 93faa3d commit f485ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ AYVibrantButton *button = [[AYVibrantButton alloc] initWithFrame:CGRectZero styl
button.vibrancyEffect = nil;
button.text = @"Any Color";
button.font = [UIFont systemFontOfSize:18.0];
button.backgroundColor = [UIColor blackColor];
button.tintColor = [UIColor blackColor];
[effectView.contentView addSubview:button];
```

Expand Down

0 comments on commit f485ab7

Please sign in to comment.