mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Set theme border on popover
This commit is contained in:
parent
84bdb30b57
commit
e08ffcf20d
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ const StyledDropdown = styled(MantinePopover.Dropdown)<PopoverDropdownProps>`
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
font-family: var(--content-font-family);
|
font-family: var(--content-font-family);
|
||||||
background-color: var(--dropdown-menu-bg);
|
background-color: var(--dropdown-menu-bg);
|
||||||
|
border: var(--dropdown-menu-border);
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const Popover = ({ children, ...props }: PopoverProps) => {
|
export const Popover = ({ children, ...props }: PopoverProps) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue