Bug with overriding DisclosureContent styles #1798
-
Hi, I need to add some custom styles to the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Actually this seems to be the issue with a lot of the components: https://github.com/twilio-labs/paste/blob/main/packages/paste-core/components/table/src/Td.tsx#L8. Also is there a reason |
Beta Was this translation helpful? Give feedback.
-
Hey @ahcai! Check out the second question in our FAQ on why we don't support classnames, and let us know if you have any additional questions on that. Happy to chat further. Can you share more about what styles you are trying to override on Disclosure and why you want to override them? We do have a Disclosure Primitive, which is a purely functional, unstyled Disclosure component that may suit your needs, but it would be helpful for us to understand your goals so we can help point you in the right direction. |
Beta Was this translation helpful? Give feedback.
Hey @ahcai! Check out the second question in our FAQ on why we don't support classnames, and let us know if you have any additional questions on that. Happy to chat further.
Can you share more about what styles you are trying to override on Disclosure and why you want to override them? We do have a Disclosure Primitive, which is a purely functional, unstyled Disclosure component that may suit your needs, but it would be helpful for us to understand your goals so we can help point you in the right direction.