Skip to content

Commit 3af82d5

Browse files
committed
console: Fix dropdown color
1 parent ba14875 commit 3af82d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkg/webui/console/components/notifications/templates/collaborator-changed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const CollaboratorChanged = ({ notificationData }) => {
117117
<Link
118118
to={`/${getEntity(entity_ids)}s/${
119119
entity_ids[`${getEntity(entity_ids)}_ids`][`${getEntity(entity_ids)}_id`]
120-
}/collaborators/user/${getId(ids)}`}
120+
}/collaborators/${getType(ids)}/${getId(ids)}`}
121121
>
122122
{msg}
123123
</Link>

pkg/webui/console/containers/header/header.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
text-decoration: none
2828
border-bottom: 1px solid var(--c-border-neutral-light)
2929
padding: $cs.m 1.25rem
30+
color: var(--c-text-neutral-heavy)
3031

3132
&:visited
3233
color: initial

0 commit comments

Comments
 (0)