Fix: remove daisyui
We wanted to remove daisyui a long time ago Since renovate updates broke all of the classes somehow we use the opportunity to remove daisyui And will fix all the breakages continously as we work on the features
This commit is contained in:
@@ -60,7 +60,7 @@ export const Menu = (props: MenuProps) => {
|
||||
popovertarget={props.popoverid}
|
||||
popovertargetaction="toggle"
|
||||
ref={setReference}
|
||||
class={cx("join-item", props.buttonClass)}
|
||||
class={cx("", props.buttonClass)}
|
||||
{...props.buttonProps}
|
||||
>
|
||||
{props.label}
|
||||
|
||||
Reference in New Issue
Block a user