-
Notifications
You must be signed in to change notification settings - Fork 0
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: navbar & club info tag component #923
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.
@TylerSchaefer4 do we want to host our components beneath design-system?
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.
some nits and looking for @TylerSchaefer4's feedback. keep up the great work @in-mai-space 👑
tabBarShowLabel: true, | ||
tabBarStyle: { | ||
borderTopWidth: 1, | ||
borderTopColor: '#00000066', |
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.
avoid hardcoding colors. Either use black or add this to the color theme config
Description
Navbar
Club info tag
Navbar and club info tag component.
How Has This Been Tested?
No tests.
Checklist