From fd52712983e938941b1e675f2367c780115cd2d6 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal Date: Thu, 8 Feb 2024 19:21:08 +0530 Subject: [PATCH] chore: update primary text color --- .../src/ui/mentions/mention-node-view.tsx | 2 +- .../src/ui/components/summary-popover.tsx | 2 +- packages/ui/src/avatar/avatar-group.tsx | 2 +- packages/ui/src/badge/helper.tsx | 4 +-- packages/ui/src/button/helper.tsx | 8 ++--- packages/ui/src/icons/priority-icon.tsx | 4 +-- .../sign-in-forms/optional-set-password.tsx | 2 +- .../accounts/sign-in-forms/password.tsx | 4 +-- .../sign-in-forms/set-password-link.tsx | 2 +- .../accounts/sign-in-forms/unique-code.tsx | 4 +-- space/components/issues/filters/labels.tsx | 2 +- space/components/issues/filters/state.tsx | 2 +- .../comment/comment-reactions.tsx | 2 +- .../peek-overview/issue-emoji-reactions.tsx | 2 +- .../sign-in-forms/forgot-password-popover.tsx | 2 +- .../account/sign-in-forms/password.tsx | 2 +- web/components/account/sign-in-forms/root.tsx | 2 +- .../account/sign-in-forms/unique-code.tsx | 4 +-- web/components/account/sign-up-forms/root.tsx | 2 +- .../account/sign-up-forms/unique-code.tsx | 4 +-- .../sidebar/sidebar-menu-hamburger-toggle.tsx | 2 +- web/components/cycles/cycles-list-item.tsx | 8 ++--- web/components/cycles/sidebar.tsx | 4 +-- .../widgets/issue-panels/issues-list.tsx | 2 +- .../widgets/issue-panels/tabs-list.tsx | 2 +- .../dashboard/widgets/overview-stats.tsx | 2 +- .../dashboard/widgets/recent-projects.tsx | 2 +- web/components/dropdowns/buttons.tsx | 10 +++--- .../dropdowns/member/workspace-member.tsx | 2 +- web/components/dropdowns/module.tsx | 4 +-- web/components/dropdowns/priority.tsx | 4 +-- web/components/exporter/guide.tsx | 4 +-- .../gantt-chart/blocks/blocks-display.tsx | 2 +- .../gantt-chart/helpers/add-block.tsx | 2 +- .../gantt-chart/sidebar/sidebar.tsx | 2 +- web/components/headers/cycle-issues.tsx | 4 +-- web/components/headers/module-issues.tsx | 2 +- web/components/headers/project-issues.tsx | 4 +-- .../headers/workspace-dashboard.tsx | 4 +-- web/components/instance/ai-form.tsx | 4 +-- .../instance/github-config-form.tsx | 6 ++-- .../instance/google-config-form.tsx | 4 +-- web/components/instance/image-config-form.tsx | 2 +- .../instance/instance-admin-restriction.tsx | 2 +- web/components/instance/sidebar-dropdown.tsx | 2 +- web/components/instance/sidebar-menu.tsx | 4 +-- .../issues/issue-detail/parent-select.tsx | 4 +-- .../issue-detail/reactions/issue-comment.tsx | 2 +- .../issues/issue-detail/reactions/issue.tsx | 2 +- .../issues/issue-detail/relation-select.tsx | 4 +-- .../calendar/quick-add-issue-form.tsx | 4 +-- .../filters/header/filters/assignee.tsx | 2 +- .../filters/header/filters/created-by.tsx | 2 +- .../filters/header/filters/labels.tsx | 2 +- .../filters/header/filters/mentions.tsx | 2 +- .../filters/header/filters/project.tsx | 2 +- .../filters/header/filters/state-group.tsx | 2 +- .../filters/header/filters/state.tsx | 2 +- .../gantt/quick-add-issue-form.tsx | 4 +-- .../issues/issue-layouts/kanban/block.tsx | 2 +- .../issues/issue-layouts/kanban/default.tsx | 2 +- .../kanban/headers/group-by-card.tsx | 2 +- .../issue-layouts/kanban/kanban-group.tsx | 2 +- .../kanban/quick-add-issue-form.tsx | 4 +-- .../issues/issue-layouts/kanban/swimlanes.tsx | 6 ++-- .../issues/issue-layouts/list/default.tsx | 2 +- .../list/headers/group-by-card.tsx | 2 +- .../list/quick-add-issue-form.tsx | 4 +-- .../issue-layouts/properties/labels.tsx | 6 ++-- .../spreadsheet/columns/label-column.tsx | 2 +- .../spreadsheet/quick-add-issue-form.tsx | 4 +-- web/components/issues/sub-issues/root.tsx | 4 +-- web/components/modules/module-list-item.tsx | 6 ++-- web/components/modules/sidebar.tsx | 8 ++--- .../notifications/notification-header.tsx | 2 +- .../notifications/notification-popover.tsx | 4 +-- web/components/onboarding/invitations.tsx | 2 +- web/components/onboarding/invite-members.tsx | 2 +- web/components/onboarding/tour/root.tsx | 2 +- web/components/onboarding/tour/sidebar.tsx | 2 +- web/components/profile/navbar.tsx | 2 +- .../project/publish-project/modal.tsx | 2 +- .../states/project-setting-state-list.tsx | 4 +-- web/components/ui/graphs/calendar-graph.tsx | 34 ------------------- web/components/ui/graphs/index.ts | 1 - .../workspace/settings/workspace-details.tsx | 2 +- web/components/workspace/sidebar-dropdown.tsx | 6 ++-- web/components/workspace/sidebar-menu.tsx | 4 +-- web/components/workspace/views/header.tsx | 4 +-- web/constants/graph.ts | 8 ++--- .../profile/preferences/sidebar.tsx | 2 +- .../settings-layout/profile/sidebar.tsx | 2 +- .../settings-layout/project/sidebar.tsx | 2 +- .../settings-layout/workspace/sidebar.tsx | 2 +- .../projects/[projectId]/cycles/index.tsx | 4 +-- web/pages/god-mode/authorization.tsx | 2 +- web/pages/invitations/index.tsx | 2 +- web/pages/profile/index.tsx | 2 +- web/styles/globals.css | 6 ++-- 99 files changed, 154 insertions(+), 189 deletions(-) delete mode 100644 web/components/ui/graphs/calendar-graph.tsx diff --git a/packages/editor/core/src/ui/mentions/mention-node-view.tsx b/packages/editor/core/src/ui/mentions/mention-node-view.tsx index 1c3755f6c..b2fd83a53 100644 --- a/packages/editor/core/src/ui/mentions/mention-node-view.tsx +++ b/packages/editor/core/src/ui/mentions/mention-node-view.tsx @@ -19,7 +19,7 @@ export const MentionNodeView = (props) => { return ( = (props) => { type="button" ref={setReferenceElement} className={`grid h-7 w-7 place-items-center rounded ${ - sidePeekVisible ? "bg-custom-primary-100/20 text-custom-primary-100" : "text-neutral-text-medium" + sidePeekVisible ? "bg-custom-primary-100/20 text-primary-text-subtle" : "text-neutral-text-medium" }`} onClick={() => setSidePeekVisible(!sidePeekVisible)} > diff --git a/packages/ui/src/avatar/avatar-group.tsx b/packages/ui/src/avatar/avatar-group.tsx index 60fdc917d..5f92dd1da 100644 --- a/packages/ui/src/avatar/avatar-group.tsx +++ b/packages/ui/src/avatar/avatar-group.tsx @@ -66,7 +66,7 @@ export const AvatarGroup: React.FC = (props) => {
= (props) => { const { priority, className = "", containerClassName = "", size = 14, withContainer = false } = props; const priorityClasses = { - urgent: "bg-danger-110 text-red-500 border-danger-110", + urgent: "bg-danger-90 text-red-500 border-danger-90", high: "bg-orange-30 text-orange-80 border-orange-80", medium: "bg-warning-20 text-warning-80 border-warning-80", low: "bg-primary-30 text-primary-90 border-primary-90", @@ -67,7 +67,7 @@ export const PriorityIcon: React.FC = (props) => { "text-red-500": priority === "urgent", "text-orange-500": priority === "high", "text-yellow-500": priority === "medium", - "text-custom-primary-100": priority === "low", + "text-primary-text-subtle": priority === "low", "text-neutral-text-medium": priority === "none", }, className diff --git a/space/components/accounts/sign-in-forms/optional-set-password.tsx b/space/components/accounts/sign-in-forms/optional-set-password.tsx index 219971759..f99667fb9 100644 --- a/space/components/accounts/sign-in-forms/optional-set-password.tsx +++ b/space/components/accounts/sign-in-forms/optional-set-password.tsx @@ -92,7 +92,7 @@ export const OptionalSetPasswordForm: React.FC = (props) => {

When you click{" "} - {isOnboarded ? "Go to board" : "Set up profile"} above, you + {isOnboarded ? "Go to board" : "Set up profile"} above, you agree with our{" "} terms and conditions of service. diff --git a/space/components/accounts/sign-in-forms/password.tsx b/space/components/accounts/sign-in-forms/password.tsx index f909f16c5..22c9cb73e 100644 --- a/space/components/accounts/sign-in-forms/password.tsx +++ b/space/components/accounts/sign-in-forms/password.tsx @@ -191,7 +191,7 @@ export const PasswordForm: React.FC = (props) => { type="button" onClick={handleForgotPassword} className={`text-xs font-medium ${ - isSendingResetPasswordLink ? "text-onboarding-text-300" : "text-custom-primary-100" + isSendingResetPasswordLink ? "text-onboarding-text-300" : "text-primary-text-subtle" }`} disabled={isSendingResetPasswordLink} > @@ -222,7 +222,7 @@ export const PasswordForm: React.FC = (props) => {

- When you click Go to board above, you agree with our{" "} + When you click Go to board above, you agree with our{" "} terms and conditions of service. diff --git a/space/components/accounts/sign-in-forms/set-password-link.tsx b/space/components/accounts/sign-in-forms/set-password-link.tsx index 0b5ad21d9..08810a938 100644 --- a/space/components/accounts/sign-in-forms/set-password-link.tsx +++ b/space/components/accounts/sign-in-forms/set-password-link.tsx @@ -66,7 +66,7 @@ export const SetPasswordLink: React.FC = (props) => { Get on your flight deck

- We have sent a link to {email}, so you can set a + We have sent a link to {email}, so you can set a password

diff --git a/space/components/accounts/sign-in-forms/unique-code.tsx b/space/components/accounts/sign-in-forms/unique-code.tsx index 4c61fa151..d96476bed 100644 --- a/space/components/accounts/sign-in-forms/unique-code.tsx +++ b/space/components/accounts/sign-in-forms/unique-code.tsx @@ -157,7 +157,7 @@ export const UniqueCodeForm: React.FC = (props) => { Get on your flight deck

- Paste the code you got at {email} below. + Paste the code you got at {email} below.

@@ -227,7 +227,7 @@ export const UniqueCodeForm: React.FC = (props) => { className={`text-xs ${ isRequestNewCodeDisabled ? "text-onboarding-text-300" - : "text-onboarding-text-200 hover:text-custom-primary-100" + : "text-onboarding-text-200 hover:text-primary-text-subtle" }`} disabled={isRequestNewCodeDisabled} > diff --git a/space/components/issues/filters/labels.tsx b/space/components/issues/filters/labels.tsx index 40d51f47f..1d12fa04f 100644 --- a/space/components/issues/filters/labels.tsx +++ b/space/components/issues/filters/labels.tsx @@ -59,7 +59,7 @@ export const FilterLabels: React.FC = (props) => { {filteredOptions.length > 5 && ( diff --git a/web/components/account/sign-in-forms/password.tsx b/web/components/account/sign-in-forms/password.tsx index fe20d5b10..f28a6f0d5 100644 --- a/web/components/account/sign-in-forms/password.tsx +++ b/web/components/account/sign-in-forms/password.tsx @@ -186,7 +186,7 @@ export const SignInPasswordForm: React.FC = observer((props) => { {isSmtpConfigured ? ( Forgot your password? diff --git a/web/components/account/sign-in-forms/root.tsx b/web/components/account/sign-in-forms/root.tsx index c92cd4bd4..a22d2a5e5 100644 --- a/web/components/account/sign-in-forms/root.tsx +++ b/web/components/account/sign-in-forms/root.tsx @@ -110,7 +110,7 @@ export const SignInRoot = observer(() => {

Don{"'"}t have an account?{" "} - + Sign up

diff --git a/web/components/account/sign-in-forms/unique-code.tsx b/web/components/account/sign-in-forms/unique-code.tsx index 6e0ae3745..ee90472a3 100644 --- a/web/components/account/sign-in-forms/unique-code.tsx +++ b/web/components/account/sign-in-forms/unique-code.tsx @@ -127,7 +127,7 @@ export const SignInUniqueCodeForm: React.FC = (props) => {

Paste the code you got at
- {email} below. + {email} below.

@@ -187,7 +187,7 @@ export const SignInUniqueCodeForm: React.FC = (props) => { className={`text-xs ${ isRequestNewCodeDisabled ? "text-onboarding-text-300" - : "text-onboarding-text-200 hover:text-custom-primary-100" + : "text-onboarding-text-200 hover:text-primary-text-subtle" }`} disabled={isRequestNewCodeDisabled} > diff --git a/web/components/account/sign-up-forms/root.tsx b/web/components/account/sign-up-forms/root.tsx index da9d7d79a..15b84c64f 100644 --- a/web/components/account/sign-up-forms/root.tsx +++ b/web/components/account/sign-up-forms/root.tsx @@ -86,7 +86,7 @@ export const SignUpRoot = observer(() => {

Already using Plane?{" "} - + Sign in

diff --git a/web/components/account/sign-up-forms/unique-code.tsx b/web/components/account/sign-up-forms/unique-code.tsx index 7764b627e..aad1a1816 100644 --- a/web/components/account/sign-up-forms/unique-code.tsx +++ b/web/components/account/sign-up-forms/unique-code.tsx @@ -127,7 +127,7 @@ export const SignUpUniqueCodeForm: React.FC = (props) => {

Paste the code you got at
- {email} below. + {email} below.

@@ -188,7 +188,7 @@ export const SignUpUniqueCodeForm: React.FC = (props) => { className={`text-xs ${ isRequestNewCodeDisabled ? "text-onboarding-text-300" - : "text-onboarding-text-200 hover:text-custom-primary-100" + : "text-onboarding-text-200 hover:text-primary-text-subtle" }`} disabled={isRequestNewCodeDisabled} > diff --git a/web/components/core/sidebar/sidebar-menu-hamburger-toggle.tsx b/web/components/core/sidebar/sidebar-menu-hamburger-toggle.tsx index fd0cdb16e..627343306 100644 --- a/web/components/core/sidebar/sidebar-menu-hamburger-toggle.tsx +++ b/web/components/core/sidebar/sidebar-menu-hamburger-toggle.tsx @@ -7,7 +7,7 @@ export const SidebarHamburgerToggle: FC = observer(() => { const { theme: themStore } = useApplication(); return (
themStore.toggleSidebar()} > diff --git a/web/components/cycles/cycles-list-item.tsx b/web/components/cycles/cycles-list-item.tsx index 251707a09..998258745 100644 --- a/web/components/cycles/cycles-list-item.tsx +++ b/web/components/cycles/cycles-list-item.tsx @@ -166,12 +166,12 @@ export const CyclesListItem: FC = (props) => { {isCompleted ? ( progress === 100 ? ( - + ) : ( - {`!`} + {`!`} ) ) : progress === 100 ? ( - + ) : ( {`${progress}%`} )} @@ -221,7 +221,7 @@ export const CyclesListItem: FC = (props) => { ))} ) : ( - + )} diff --git a/web/components/cycles/sidebar.tsx b/web/components/cycles/sidebar.tsx index c03c1a1e8..2179efdf2 100644 --- a/web/components/cycles/sidebar.tsx +++ b/web/components/cycles/sidebar.tsx @@ -403,7 +403,7 @@ export const CycleDetailsSidebar: React.FC = observer((props) => { <> = observer((props) => { <> = (props) => { })} > Issues - + {totalIssues} diff --git a/web/components/dashboard/widgets/issue-panels/tabs-list.tsx b/web/components/dashboard/widgets/issue-panels/tabs-list.tsx index af8ae0fa4..93492160b 100644 --- a/web/components/dashboard/widgets/issue-panels/tabs-list.tsx +++ b/web/components/dashboard/widgets/issue-panels/tabs-list.tsx @@ -21,7 +21,7 @@ export const TabsList: React.FC = observer((props) => { return ( = observer((props) => { {STATS_LIST.map((stat, index) => (
= observer((props) => { toggleCreateProjectModal(true); }} > -
+

diff --git a/web/components/dropdowns/buttons.tsx b/web/components/dropdowns/buttons.tsx index d9c708412..b3fa8a35f 100644 --- a/web/components/dropdowns/buttons.tsx +++ b/web/components/dropdowns/buttons.tsx @@ -54,8 +54,8 @@ const BorderButton: React.FC = (props) => {

@@ -72,7 +72,7 @@ const BackgroundButton: React.FC = (props) => {
@@ -89,8 +89,8 @@ const TransparentButton: React.FC = (props) => {
diff --git a/web/components/dropdowns/member/workspace-member.tsx b/web/components/dropdowns/member/workspace-member.tsx index be6c99c19..ba83c3269 100644 --- a/web/components/dropdowns/member/workspace-member.tsx +++ b/web/components/dropdowns/member/workspace-member.tsx @@ -208,7 +208,7 @@ export const WorkspaceMemberDropdown: React.FC = observer(( value={option.value} className={({ active, selected }) => `w-full truncate flex items-center justify-between gap-2 rounded px-1 py-1.5 cursor-pointer select-none ${ - active ? "bg-custom-background-80" : "" + active ? "bg-neutral-component-surface-dark" : "" } ${selected ? "text-neutral-text-strong" : "text-neutral-text-medium"}` } > diff --git a/web/components/dropdowns/module.tsx b/web/components/dropdowns/module.tsx index 0144025b8..5c07890cf 100644 --- a/web/components/dropdowns/module.tsx +++ b/web/components/dropdowns/module.tsx @@ -90,7 +90,7 @@ const ButtonContent: React.FC = (props) => { return (
{!hideIcon && } {!hideText && ( @@ -349,7 +349,7 @@ export const ModuleDropdown: React.FC = observer((props) => { cn( "w-full truncate flex items-center justify-between gap-2 rounded px-1 py-1.5 cursor-pointer select-none", { - "bg-custom-background-80": active, + "bg-neutral-component-surface-dark": active, "text-neutral-text-strong": selected, "text-neutral-text-medium": !selected, } diff --git a/web/components/dropdowns/priority.tsx b/web/components/dropdowns/priority.tsx index 608c381f1..8bfbc727a 100644 --- a/web/components/dropdowns/priority.tsx +++ b/web/components/dropdowns/priority.tsx @@ -211,7 +211,7 @@ const TransparentButton = (props: ButtonProps) => { "px-0.5": hideText, // highlight the whole button if text is hidden and priority is urgent "bg-red-500 border-red-500": priority === "urgent" && hideText && highlightUrgent, - "bg-custom-background-80": isActive, + "bg-neutral-component-surface-dark": isActive, }, className )} @@ -350,7 +350,7 @@ export const PriorityDropdown: React.FC = (props) => { className={cn( "h-full", { - "bg-custom-background-80": isOpen, + "bg-neutral-component-surface-dark": isOpen, }, className )} diff --git a/web/components/exporter/guide.tsx b/web/components/exporter/guide.tsx index 67651c006..e3c544e67 100644 --- a/web/components/exporter/guide.tsx +++ b/web/components/exporter/guide.tsx @@ -106,7 +106,7 @@ const IntegrationGuide = observer(() => {
diff --git a/web/components/issues/issue-detail/reactions/issue.tsx b/web/components/issues/issue-detail/reactions/issue.tsx index da364ec13..4ed52f0bd 100644 --- a/web/components/issues/issue-detail/reactions/issue.tsx +++ b/web/components/issues/issue-detail/reactions/issue.tsx @@ -91,7 +91,7 @@ export const IssueReaction: FC = observer((props) => { }`} > {renderEmoji(reaction)} - + {(reactionIds || {})[reaction].length}{" "} diff --git a/web/components/issues/issue-detail/relation-select.tsx b/web/components/issues/issue-detail/relation-select.tsx index 251ce486c..850cce13f 100644 --- a/web/components/issues/issue-detail/relation-select.tsx +++ b/web/components/issues/issue-detail/relation-select.tsx @@ -105,8 +105,8 @@ export const IssueRelationSelect: React.FC = observer((pro "group flex items-center gap-2 px-2 py-0.5 rounded outline-none", { "cursor-not-allowed": disabled, - "hover:bg-custom-background-80": !disabled, - "bg-custom-background-80": isRelationModalOpen === relationKey, + "hover:bg-neutral-component-surface-dark": !disabled, + "bg-neutral-component-surface-dark": isRelationModalOpen === relationKey, }, className )} diff --git a/web/components/issues/issue-layouts/calendar/quick-add-issue-form.tsx b/web/components/issues/issue-layouts/calendar/quick-add-issue-form.tsx index 81220b4fd..2993292ba 100644 --- a/web/components/issues/issue-layouts/calendar/quick-add-issue-form.tsx +++ b/web/components/issues/issue-layouts/calendar/quick-add-issue-form.tsx @@ -181,11 +181,11 @@ export const CalendarQuickAddIssueForm: React.FC = observer((props) => {
)} diff --git a/web/components/issues/issue-layouts/filters/header/filters/assignee.tsx b/web/components/issues/issue-layouts/filters/header/filters/assignee.tsx index c588a1365..0ab0d7132 100644 --- a/web/components/issues/issue-layouts/filters/header/filters/assignee.tsx +++ b/web/components/issues/issue-layouts/filters/header/filters/assignee.tsx @@ -64,7 +64,7 @@ export const FilterAssignees: React.FC = observer((props: Props) => { {filteredOptions.length > 5 && (
) : (
setIsOpen(true)} > - New Issue + New Issue
)}
diff --git a/web/components/issues/issue-layouts/kanban/block.tsx b/web/components/issues/issue-layouts/kanban/block.tsx index 7c931f94b..cf2c7364b 100644 --- a/web/components/issues/issue-layouts/kanban/block.tsx +++ b/web/components/issues/issue-layouts/kanban/block.tsx @@ -62,7 +62,7 @@ const KanbanIssueDetailsBlock: React.FC = observer((prop
{getProjectById(issue.project_id)?.identifier}-{issue.sequence_id}
-
{quickActions(issue)}
+
{quickActions(issue)}
diff --git a/web/components/issues/issue-layouts/kanban/default.tsx b/web/components/issues/issue-layouts/kanban/default.tsx index a4b4b3b82..4090c6042 100644 --- a/web/components/issues/issue-layouts/kanban/default.tsx +++ b/web/components/issues/issue-layouts/kanban/default.tsx @@ -98,7 +98,7 @@ const GroupByKanBan: React.FC = observer((props) => { }`} > {sub_group_by === null && ( -
+
= observer((props) => { ) : (
{ setTrackElement("Kanban layout"); setIsOpen(true); diff --git a/web/components/issues/issue-layouts/kanban/kanban-group.tsx b/web/components/issues/issue-layouts/kanban/kanban-group.tsx index 0d13815cf..fcfa5462e 100644 --- a/web/components/issues/issue-layouts/kanban/kanban-group.tsx +++ b/web/components/issues/issue-layouts/kanban/kanban-group.tsx @@ -132,7 +132,7 @@ export const KanbanGroup = (props: IKanbanGroup) => { {provided.placeholder} {enableQuickIssueCreate && !disableIssueCreation && ( -
+
= obser
) : (
setIsOpen(true)} > - New Issue + New Issue
)} diff --git a/web/components/issues/issue-layouts/kanban/swimlanes.tsx b/web/components/issues/issue-layouts/kanban/swimlanes.tsx index 6d9249a56..f8e6f9e99 100644 --- a/web/components/issues/issue-layouts/kanban/swimlanes.tsx +++ b/web/components/issues/issue-layouts/kanban/swimlanes.tsx @@ -117,8 +117,8 @@ const SubGroupSwimlane: React.FC = observer((props) => { list.length > 0 && list.map((_list: any) => (
-
-
+
+
= observer((props) => { return (
-
+
= (props) => { (_list: any) => validateEmptyIssueGroups(is_list ? issueIds : issueIds?.[_list.id]) && (
-
+
) : (
{ setTrackElement("List layout"); setIsOpen(true); diff --git a/web/components/issues/issue-layouts/list/quick-add-issue-form.tsx b/web/components/issues/issue-layouts/list/quick-add-issue-form.tsx index 83706678e..8e4bf5262 100644 --- a/web/components/issues/issue-layouts/list/quick-add-issue-form.tsx +++ b/web/components/issues/issue-layouts/list/quick-add-issue-form.tsx @@ -146,11 +146,11 @@ export const ListQuickAddIssueForm: FC = observer((props
) : (
setIsOpen(true)} > - New Issue + New Issue
)}
diff --git a/web/components/issues/issue-layouts/properties/labels.tsx b/web/components/issues/issue-layouts/properties/labels.tsx index abbe8c4c7..74f80bce5 100644 --- a/web/components/issues/issue-layouts/properties/labels.tsx +++ b/web/components/issues/issue-layouts/properties/labels.tsx @@ -120,7 +120,7 @@ export const IssuePropertyLabels: React.FC = observer((pro
@@ -227,8 +227,8 @@ export const IssuePropertyLabels: React.FC = observer((pro key={option.value} value={option.value} className={({ active, selected }) => - `flex cursor-pointer select-none items-center justify-between gap-2 truncate rounded px-1 py-1.5 hover:bg-custom-background-80 ${ - active ? "bg-custom-background-80" : "" + `flex cursor-pointer select-none items-center justify-between gap-2 truncate rounded px-1 py-1.5 hover:bg-neutral-component-surface-dark ${ + active ? "bg-neutral-component-surface-dark" : "" } ${selected ? "text-neutral-text-strong" : "text-neutral-text-medium"}` } > diff --git a/web/components/issues/issue-layouts/spreadsheet/columns/label-column.tsx b/web/components/issues/issue-layouts/spreadsheet/columns/label-column.tsx index 748a7dc66..31f6ce914 100644 --- a/web/components/issues/issue-layouts/spreadsheet/columns/label-column.tsx +++ b/web/components/issues/issue-layouts/spreadsheet/columns/label-column.tsx @@ -27,7 +27,7 @@ export const SpreadsheetLabelColumn: React.FC = observer((props: Props) = value={issue.label_ids} defaultOptions={defaultLabelOptions} onChange={(data) => onChange(issue, { label_ids: data }, { changed_property: "labels", change_details: data })} - className="h-11 w-full border-b-[0.5px] border-neutral-border-medium hover:bg-custom-background-80" + className="h-11 w-full border-b-[0.5px] border-neutral-border-medium hover:bg-neutral-component-surface-dark" buttonClassName="px-2.5 h-full" hideDropdownArrow maxRender={1} diff --git a/web/components/issues/issue-layouts/spreadsheet/quick-add-issue-form.tsx b/web/components/issues/issue-layouts/spreadsheet/quick-add-issue-form.tsx index 96c7227bc..92eaed933 100644 --- a/web/components/issues/issue-layouts/spreadsheet/quick-add-issue-form.tsx +++ b/web/components/issues/issue-layouts/spreadsheet/quick-add-issue-form.tsx @@ -217,11 +217,11 @@ export const SpreadsheetQuickAddIssueForm: React.FC = observer((props) =>
)} diff --git a/web/components/issues/sub-issues/root.tsx b/web/components/issues/sub-issues/root.tsx index 223097863..6ba814e2a 100644 --- a/web/components/issues/sub-issues/root.tsx +++ b/web/components/issues/sub-issues/root.tsx @@ -307,7 +307,7 @@ export const SubIssuesRoot: FC = observer((props) => { {!disabled && (
{ setTrackElement("Issue detail add sub-issue"); handleIssueCrudState("create", parentIssueId, null); @@ -316,7 +316,7 @@ export const SubIssuesRoot: FC = observer((props) => { Add sub-issue
{ setTrackElement("Issue detail add sub-issue"); handleIssueCrudState("existing", parentIssueId, null); diff --git a/web/components/modules/module-list-item.tsx b/web/components/modules/module-list-item.tsx index aa8bf3fde..6b6b489be 100644 --- a/web/components/modules/module-list-item.tsx +++ b/web/components/modules/module-list-item.tsx @@ -144,12 +144,12 @@ export const ModuleListItem: React.FC = observer((props) => { {completedModuleCheck ? ( progress === 100 ? ( - + ) : ( - {`!`} + {`!`} ) ) : progress === 100 ? ( - + ) : ( {`${progress}%`} )} diff --git a/web/components/modules/sidebar.tsx b/web/components/modules/sidebar.tsx index fd3f8060d..bc51cb48c 100644 --- a/web/components/modules/sidebar.tsx +++ b/web/components/modules/sidebar.tsx @@ -349,7 +349,7 @@ export const ModuleDetailsSidebar: React.FC = observer((props) => { <> = observer((props) => { <> = observer((props) => { {isEditingAllowed && (
diff --git a/web/components/onboarding/invite-members.tsx b/web/components/onboarding/invite-members.tsx index ec77c6783..179b33d73 100644 --- a/web/components/onboarding/invite-members.tsx +++ b/web/components/onboarding/invite-members.tsx @@ -416,7 +416,7 @@ export const InviteMembers: React.FC = (props) => {
-
+
diff --git a/web/components/states/project-setting-state-list.tsx b/web/components/states/project-setting-state-list.tsx index f9b68d595..4468b949b 100644 --- a/web/components/states/project-setting-state-list.tsx +++ b/web/components/states/project-setting-state-list.tsx @@ -53,7 +53,7 @@ export const ProjectSettingStateList: React.FC = observer(() => {

{group}

{isAdmin && (