Is additional rotation on SvgChevronRight in SubRowExpander.tsx file intentional or a bug? #1749
Replies: 1 comment 1 reply
-
there should be no rotation on the IconButton, you might have some custom CSS messing up the intended styling. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SvgChevronRight icon in SubRowExpander.tsx file has a conditional "transform" property with 90deg rotation, although it is wrapped by IconButton component, which already has the 90deg rotation included, therefore it results in the icon rotating 180deg on rows expansion. Is it intended for the icon there to rotate 180 degrees, or is that a bug?
Beta Was this translation helpful? Give feedback.
All reactions