michael-s-molina removed a comment on issue #15264:
URL: https://github.com/apache/superset/issues/15264#issuecomment-872304244


   This example needs a closing bracket:
   
   ```
   const SomeStyledThing=styled.div`
     ${({ theme }) => `
       padding: ${theme.gridUnit * 2}px;        
       border-radius: ${theme.borderRadius}px;
       border: 1px solid ${theme.colors.secondary.light3};
     `} <-- closing bracket
   `;
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to