kgabryje commented on code in PR #34900:
URL: https://github.com/apache/superset/pull/34900#discussion_r2309644248
##########
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterBarSettings/index.tsx:
##########
@@ -200,9 +201,6 @@ const FilterBarSettings = () => {
FilterBarOrientation.Vertical && (
<Icons.CheckOutlined
iconColor={theme.colorPrimary}
- css={css`
- vertical-align: -${theme.sizeUnit * 0.03125}em;
Review Comment:
this style is already a default for antd icons so it's not necessary here
--
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]