Closed Bonapara closed 1 month ago
Hi @Bonaparam, can I take this up ?
Sure @harshit078, thanks for contributing!
Hi @Bonapara, going through the issue I found out that BlockNote allows custom css using mantine but for chevron-right and color to secondary there are no such support. It seems that this component is built-in component in BlockNote and can't be changed. What are your views on it ?
Thanks for having a look @harshit078. Is it possible to hardcode the change? @lucasbordeau do you have any idea on this?
I did tried to hardcode and implement it but couldn't get the desired results. @lucasbordeau Is there something you could suggest or throw a light on ?
@harshit078 I think it's on our side, looks like it's CustomSideMenuOptions
I just checked and this seems fairly difficult, it involves replacing https://github.com/TypeCellOS/BlockNote/blob/786bd8b310fa6483f6cdae28393d682296d296ae/packages/react/src/components/SideMenu/DragHandleMenu/DefaultItems/BlockColorsItem.tsx#L18 by our custom component which means more to maintain on our side and risk of conflicts as we update BlockNote. I think we should close this and maybe reconsider in 1 year but this is a high cost-to-impact task
Current Behavior
The "Change color" menu item, accessible via the 6 dots menu on the left side of the "Enter text or type '/' for commands" prompt, exhibits two issues:
Text/Secondary
.Desired Behavior
Text/Tertiary
.