[WEB-2388] chore: theme changes and workspace draft issue total count updated (#5805)
* chore: theme changes and total count updated * chore: code refactor
This commit is contained in:
parent
6200890693
commit
c9dbd1d5d1
6 changed files with 23 additions and 6 deletions
|
|
@ -26,6 +26,8 @@ export type TWorkspaceDraftIssue = {
|
|||
updated_by: string;
|
||||
|
||||
is_draft: boolean;
|
||||
|
||||
type_id: string;
|
||||
};
|
||||
|
||||
export type TWorkspaceDraftPaginationInfo<T> = {
|
||||
|
|
|
|||
|
|
@ -10,9 +10,11 @@ export interface IHeaderProperties {
|
|||
}
|
||||
export const headerStyle: IHeaderProperties = {
|
||||
[EHeaderVariant.PRIMARY]:
|
||||
"relative flex w-full flex-shrink-0 flex-row items-center justify-between gap-x-2 gap-y-4 bg-custom-sidebar-background-100 bg-custom-background-100 z-[18]",
|
||||
[EHeaderVariant.SECONDARY]: "!py-0 overflow-y-hidden border-b border-custom-border-200 justify-between bg-custom-background-100 z-[15]",
|
||||
[EHeaderVariant.TERNARY]: "flex flex-wrap justify-between py-2 border-b border-custom-border-200 gap-2 bg-custom-background-100 z-[12]",
|
||||
"relative flex w-full flex-shrink-0 flex-row items-center justify-between gap-x-2 gap-y-4 bg-custom-sidebar-background-100 bg-custom-sidebar-background-100 z-[18]",
|
||||
[EHeaderVariant.SECONDARY]:
|
||||
"!py-0 overflow-y-hidden border-b border-custom-border-200 justify-between bg-custom-background-100 z-[15]",
|
||||
[EHeaderVariant.TERNARY]:
|
||||
"flex flex-wrap justify-between py-2 border-b border-custom-border-200 gap-2 bg-custom-background-100 z-[12]",
|
||||
};
|
||||
export const minHeights: IHeaderProperties = {
|
||||
[EHeaderVariant.PRIMARY]: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue