mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 08:54:27 +02:00
update popover/dropdown bg styles
This commit is contained in:
@@ -13,10 +13,12 @@ export interface PopoverProps extends MantinePopoverProps {}
|
||||
export const Popover = ({ children, ...props }: PopoverProps) => {
|
||||
return (
|
||||
<MantinePopover
|
||||
arrowSize={10}
|
||||
classNames={{
|
||||
dropdown: styles.dropdown,
|
||||
}}
|
||||
transitionProps={{ transition: 'fade' }}
|
||||
withArrow
|
||||
withinPortal
|
||||
{...props}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user