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

Refactor + Consolidate Button Components #32

Open
Nicholas-Chong opened this issue Nov 1, 2021 · 1 comment
Open

Refactor + Consolidate Button Components #32

Nicholas-Chong opened this issue Nov 1, 2021 · 1 comment
Assignees

Comments

@Nicholas-Chong
Copy link
Member

Nicholas-Chong commented Nov 1, 2021

Currently there are two separate components for regular/inverted buttons. Ideally we can consolidate Button.js and ButtonInverted.js into one component with the following interface/usage

Render a regular button (gradient background, white text):

<Button>
  Button text
</Button>

Render a Inverted Button (white background, gradient border, gradient text):

<Button inverted={true}>
  Button text
</Button>

image

@Nicholas-Chong
Copy link
Member Author

@BryanGuan123 @SamuelCatania Apparently we can't assign multiple people to a ticket in GH bc we're using the free plan lol. I'm gonna pair you guys up on this one since its more complicated than the others :)

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

3 participants