-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat: Add kakao auth button #65
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Must update doc button screenshot
All 3 screenshot are not like the final look of the button. Advise take the screenshot as last step. Need to be updated.
@override | ||
Color? getProgressIndicatorColor() { | ||
if (style.buttonType == AuthButtonType.secondary) return AuthColors.kakao; | ||
return Colors.yellow[200]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if yellow[200] will be visible on kakao color sice it's also a yallow.
Use black color instead yellow since the icon and text are black.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You did not provide a screenshot example of secondary icon.
Pls add 3 more screenshots in the conversation:
- default -> secondary
- outlined -> secondary
- icon -> secondary
I'm not happy with this icon as secondary, but we'll see if its look fine.
implement
#62