Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @graiess073029

    Posted

    Hello @saturnextreme.

    You did well trying completing the challenge

    I understood that you have a problem changing themes, right ?

    There an easy solution that you can follow (I worked with it too):

    -You're using ReactJs. So, you can create a state named theme and set theme variable as a second class in the components for exemple : <button id={'7'} className={`button ${theme}`}>7</button>

    -In the Css side, you will create css rules for the main layout of the button using the button class, and you will create other css rules for color and bg for each theme

    I think it was helpful. Happy Hacking !

    Marked as helpful

    0