diff --git a/apps/desktop2/src/components/main/body/shared.tsx b/apps/desktop2/src/components/main/body/shared.tsx
index ae4ef1a9a..52ae142bb 100644
--- a/apps/desktop2/src/components/main/body/shared.tsx
+++ b/apps/desktop2/src/components/main/body/shared.tsx
@@ -24,8 +24,8 @@ export function TabItemBase(
"flex items-center gap-2 cursor-pointer",
"min-w-[100px] max-w-[200px] h-full px-2",
active
- ? "border-border bg-background text-foreground"
- : "border-transparent bg-muted/50 hover:bg-muted text-muted-foreground",
+ ? "bg-background text-foreground rounded-lg border"
+ : "bg-muted/50 hover:bg-muted text-muted-foreground rounded-lg border",
])}
>
diff --git a/packages/ui/src/components/block/calendar-structure.tsx b/packages/ui/src/components/block/calendar-structure.tsx
index d2e5648bb..aa030746d 100644
--- a/packages/ui/src/components/block/calendar-structure.tsx
+++ b/packages/ui/src/components/block/calendar-structure.tsx
@@ -21,8 +21,8 @@ export const CalendarStructure = ({
children,
}: CalendarStructureProps) => {
return (
-