[WEB-5649] [WEB-5675] fix: local font files #8377

This commit is contained in:
Aaryan Khandelwal 2025-12-18 16:48:50 +05:30 committed by GitHub
parent 67416935b4
commit cae66ef853
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 94 additions and 70 deletions

View file

@ -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"

View file

@ -1 +1,2 @@
@import "@plane/tailwind-config/index.css";
@import "@plane/tailwind-config/fonts.css";