bito-code-review[bot] commented on code in PR #36644:
URL: https://github.com/apache/superset/pull/36644#discussion_r2677086908


##########
superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:
##########
@@ -66,7 +66,6 @@ const Styles = styled.span`
   span[role='img']:not([aria-label='down']) {
     display: flex;
     margin: 0;
-    color: ${({ theme }) => theme.colorIcon};
     svg {

Review Comment:
   <!-- Bito Reply -->
   The suggestion removes the explicit color styling on the icon, allowing it 
to inherit the button's color naturally. This improves consistency and avoids 
redundancy.



-- 
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