lyndsiWilliams commented on code in PR #20295:
URL: https://github.com/apache/superset/pull/20295#discussion_r933535462
##########
superset-frontend/src/views/components/RightMenu.tsx:
##########
@@ -279,7 +282,16 @@ const RightMenu = ({
/>
)}
{environmentTag.text && (
- <Label css={{ borderRadius: '500px' }} color={environmentTag.color}>
+ <Label
+ css={{ borderRadius: '500px' }}
Review Comment:
```suggestion
css={{ borderRadius: `${theme.gridUnit * 125}px` }}
```
A quick theming nit
--
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]