[WEB-5649] [WEB-5675] fix: local font files #8377
This commit is contained in:
parent
67416935b4
commit
cae66ef853
20 changed files with 94 additions and 70 deletions
|
|
@ -418,7 +418,6 @@ function SubMenu(props: ICustomSubMenuProps) {
|
|||
{...attributes.popper}
|
||||
className={cn(
|
||||
"fixed z-30 min-w-[12rem] overflow-hidden rounded-md border-[0.5px] border-subtle-1 bg-surface-1 p-1 text-11",
|
||||
"ring-1 ring-black ring-opacity-5", // Additional styling to make it stand out
|
||||
contentClassName
|
||||
)}
|
||||
data-prevent-outside-click="true"
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
@import "@plane/tailwind-config/index.css";
|
||||
@import "@plane/tailwind-config/fonts.css";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue