Skip to content

Commit 110b5ce

Browse files
style: adjust dark hover background for user page to subtle (calcom#25662)
1 parent 7c53d2c commit 110b5ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/modules/users/views/users-public-view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export function UserPage(props: PageProps) {
115115
eventType: type,
116116
});
117117
}}
118-
className="bg-default border-subtle dark:bg-cal-muted dark:hover:bg-emphasis hover:bg-cal-muted group relative border-b transition first:rounded-t-md last:rounded-b-md last:border-b-0"
118+
className="bg-default border-subtle dark:bg-cal-muted dark:hover:bg-subtle hover:bg-cal-muted group relative border-b transition first:rounded-t-md last:rounded-b-md last:border-b-0"
119119
data-testid="event-type-link">
120120
<Icon
121121
name="arrow-right"

0 commit comments

Comments
 (0)