diff --git a/apps/web/app/(all)/profile/sidebar.tsx b/apps/web/app/(all)/profile/sidebar.tsx index 505d811051..daaad3d2ee 100644 --- a/apps/web/app/(all)/profile/sidebar.tsx +++ b/apps/web/app/(all)/profile/sidebar.tsx @@ -198,7 +198,7 @@ export const ProfileLayoutSidebar = observer(function ProfileLayoutSidebar() { > {workspace?.logo_url && workspace.logo_url !== "" ? ( diff --git a/apps/web/ce/components/workspace/billing/comparison/frequency-toggle.tsx b/apps/web/ce/components/workspace/billing/comparison/frequency-toggle.tsx index d48bed7ba8..68d26fae1f 100644 --- a/apps/web/ce/components/workspace/billing/comparison/frequency-toggle.tsx +++ b/apps/web/ce/components/workspace/billing/comparison/frequency-toggle.tsx @@ -22,7 +22,7 @@ export const PlanFrequencyToggle = observer(function PlanFrequencyToggle(props:
diff --git a/apps/web/core/components/editor/lite-text/lite-toolbar.tsx b/apps/web/core/components/editor/lite-text/lite-toolbar.tsx index 8d9c8a1f29..4eee50976d 100644 --- a/apps/web/core/components/editor/lite-text/lite-toolbar.tsx +++ b/apps/web/core/components/editor/lite-text/lite-toolbar.tsx @@ -25,7 +25,7 @@ export function LiteToolbar({ onSubmit, isSubmitting, isEmpty, executeCommand }: type="button" onClick={(e) => onSubmit(e)} disabled={isEmpty || isSubmitting} - className="p-1 bg-accent-primary hover:bg-custom-primary-200 disabled:bg-custom-text-400 disabled:text-secondary text-primary rounded-sm transition-colors" + className="p-1 bg-accent-primary hover:bg-accent-primary/80 disabled:bg-layer-1 disabled:text-secondary text-primary rounded-sm transition-colors" > diff --git a/apps/web/core/components/estimates/radio-select.tsx b/apps/web/core/components/estimates/radio-select.tsx index 715ddb6285..c1b653f573 100644 --- a/apps/web/core/components/estimates/radio-select.tsx +++ b/apps/web/core/components/estimates/radio-select.tsx @@ -54,7 +54,7 @@ export function RadioInput({ onClick={() => !disabled && setSelected(value)} className={cn( "flex items-center gap-2 text-14", - disabled ? `bg-custom-background-200 border-subtle cursor-not-allowed` : ``, + disabled ? `bg-layer-1 border-subtle cursor-not-allowed` : ``, inputFieldClassName )} > @@ -63,8 +63,8 @@ export function RadioInput({ name={name} className={cn( `group flex flex-shrink-0 size-5 items-center justify-center rounded-full border border-strong-1 bg-custom-background-500 cursor-pointer`, - selected === value ? `bg-custom-primary-200 border-accent-strong ` : ``, - disabled ? `bg-custom-background-200 border-subtle cursor-not-allowed` : ``, + selected === value ? `bg-accent-primary/80 border-accent-strong ` : ``, + disabled ? `bg-layer-1 border-subtle cursor-not-allowed` : ``, inputButtonClassName )} type="radio" diff --git a/apps/web/core/components/issues/issue-layouts/spreadsheet/spreadsheet-view.tsx b/apps/web/core/components/issues/issue-layouts/spreadsheet/spreadsheet-view.tsx index 9280e31f87..a2ef9e0e1a 100644 --- a/apps/web/core/components/issues/issue-layouts/spreadsheet/spreadsheet-view.tsx +++ b/apps/web/core/components/issues/issue-layouts/spreadsheet/spreadsheet-view.tsx @@ -73,7 +73,7 @@ export const SpreadsheetView = observer(function SpreadsheetView(props: Props) { if (!issueIds || issueIds.length === 0) return <>; return ( -
+
-

{project.name}

+

{project.name}

diff --git a/apps/web/core/components/navigation/tab-navigation-visible-item.tsx b/apps/web/core/components/navigation/tab-navigation-visible-item.tsx index dfba73ed5f..c872479cfa 100644 --- a/apps/web/core/components/navigation/tab-navigation-visible-item.tsx +++ b/apps/web/core/components/navigation/tab-navigation-visible-item.tsx @@ -37,7 +37,7 @@ export const TabNavigationVisibleItem: React.FC return (
{isActive && ( - + )}
diff --git a/apps/web/core/components/onboarding/create-workspace.tsx b/apps/web/core/components/onboarding/create-workspace.tsx index bae7116c26..ee45af689b 100644 --- a/apps/web/core/components/onboarding/create-workspace.tsx +++ b/apps/web/core/components/onboarding/create-workspace.tsx @@ -131,7 +131,7 @@ export const CreateWorkspace = observer(function CreateWorkspace(props: Props) { onClick={handleCurrentViewChange} > I want to join invited workspaces{" "} - + {invitedWorkspaces} diff --git a/apps/web/core/components/pages/header/offline-badge.tsx b/apps/web/core/components/pages/header/offline-badge.tsx index d8b36abd96..fcb6adea1d 100644 --- a/apps/web/core/components/pages/header/offline-badge.tsx +++ b/apps/web/core/components/pages/header/offline-badge.tsx @@ -22,7 +22,7 @@ export const PageOfflineBadge = observer(function PageOfflineBadge({ page }: Pro tooltipContent="You can continue making changes. They will be synced when you are back online." >
- + Offline
diff --git a/apps/web/core/components/power-k/ui/modal/context-indicator.tsx b/apps/web/core/components/power-k/ui/modal/context-indicator.tsx index 9c45051499..0cf65341a8 100644 --- a/apps/web/core/components/power-k/ui/modal/context-indicator.tsx +++ b/apps/web/core/components/power-k/ui/modal/context-indicator.tsx @@ -27,7 +27,7 @@ export function PowerKModalContextIndicator(props: Props) {
{t(contextEntity.i18n_indicator)} - +

{contextIndicator}