From e9409e245b7c229e5d21a78f9061d6bd26a372fb Mon Sep 17 00:00:00 2001 From: claude_code Date: Fri, 26 Jun 2026 22:33:08 +0300 Subject: [PATCH] style(share): drop divider line from custom-address prefix The right border on the address prefix read as a stray vertical line between the domain and the slug. Remove it and rely on the subtle prefix background alone to separate the two parts. Co-Authored-By: Claude Opus 4.8 --- .../client/src/features/share/components/share-alias-section.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/client/src/features/share/components/share-alias-section.tsx b/apps/client/src/features/share/components/share-alias-section.tsx index 53420d79..082b9c23 100644 --- a/apps/client/src/features/share/components/share-alias-section.tsx +++ b/apps/client/src/features/share/components/share-alias-section.tsx @@ -185,7 +185,6 @@ export default function ShareAliasSection({ fontSize: "var(--mantine-font-size-xs)", color: "var(--mantine-color-dimmed)", backgroundColor: "var(--mantine-color-default-hover)", - borderRight: "1px solid var(--mantine-color-default-border)", borderTopLeftRadius: "var(--input-radius)", borderBottomLeftRadius: "var(--input-radius)", }}