Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cancel button's color same as default button #6

Closed
SptrsCA opened this issue Mar 4, 2016 · 5 comments
Closed

cancel button's color same as default button #6

SptrsCA opened this issue Mar 4, 2016 · 5 comments

Comments

@SptrsCA
Copy link

SptrsCA commented Mar 4, 2016

the cancel button's color always equal default button
even I use the custom UIColor Or change the preset colors parameter.

@ytakzk
Copy link
Owner

ytakzk commented Mar 4, 2016

@iCnSF I am sorry but cannot reproduce it . Did you use the same code as written in README.md? Please let me know if you still have the same problem.

hokusai.colors = HOKColors(
    backGroundColor: UIColor.blackColor(),
    buttonColor: UIColor.purpleColor(),
    cancelButtonColor: UIColor.grayColor(),
    fontColor: UIColor.whiteColor()
)

@ytakzk
Copy link
Owner

ytakzk commented Mar 4, 2016

@iCnSF Could you paste the screenshot here?

@ytakzk ytakzk closed this as completed in 48bd036 Mar 5, 2016
ytakzk added a commit that referenced this issue Mar 5, 2016
fix #6 cancel button color
@ytakzk
Copy link
Owner

ytakzk commented Mar 5, 2016

@iCnSF I found the problem here and fixed it. Could you verify that it has fixed?

@SptrsCA
Copy link
Author

SptrsCA commented Mar 5, 2016

It's work. THX~

@ytakzk
Copy link
Owner

ytakzk commented Mar 5, 2016

@iCnSF You are welcome! Have a nice Hokusai life:surfer:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants