0
Q:

radium is not working

//EXAMPLE USING RADIUM

// IS FALSE
const styles = {
    text: {
      ":hover": {
        color: "red"
      }
    }
  };

// IS TRUE
const style = {
    text: {
      ":hover": {
        color: "red"
      }
    }
  };
0

New to Communities?

Join the community