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

Add more color themes #5

Closed
vedant-jain03 opened this issue Oct 6, 2021 · 5 comments · Fixed by #6
Closed

Add more color themes #5

vedant-jain03 opened this issue Oct 6, 2021 · 5 comments · Fixed by #6
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest

Comments

@vedant-jain03
Copy link
Owner

vedant-jain03 commented Oct 6, 2021

bandicam 2021-10-06 16-41-31-819

refer this line of code:

<div className={primary==='rgb(0 150 151)'?'combo active':'combo'} style={{background:'linear-gradient(45deg, rgb(0 150 151), #ff9800)'}} onClick={()=>{

@vedant-jain03 vedant-jain03 added enhancement New feature or request Hacktoberfest good first issue Good for newcomers labels Oct 6, 2021
@vedant-jain03 vedant-jain03 linked a pull request Oct 6, 2021 that will close this issue
@ikurotime
Copy link
Contributor

I'll make a theme or two!

@vedant-jain03
Copy link
Owner Author

I'll make a theme or two!

@ikurotime go ahead!

@ikurotime
Copy link
Contributor

Does the theme selector work? The theme hooks doesn't seem to set the theme onClick neither in local env or the github pages.

@ikurotime
Copy link
Contributor

ikurotime commented Oct 6, 2021

Oops! the themes where for the resumes, not the app itself, my bad

@vedant-jain03
Copy link
Owner Author

vedant-jain03 commented Oct 6, 2021

Oops! the themes where for the resumes, not the app itself, my bad

Yes! You can refer this line of code:

<div className={primary==='rgb(0 150 151)'?'combo active':'combo'} style={{background:'linear-gradient(45deg, rgb(0 150 151), #ff9800)'}} onClick={()=>{

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants