Skip to content

Commit 1696cd4

Browse files
authored
reunify metadata icon colours (#2689)
1 parent 531d476 commit 1696cd4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Frontend/src/components/MetadataItem.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ defineProps<Props>();
2525
2626
.icon {
2727
margin-right: 0.25rem;
28+
color: var(--reduced-emphasis);
2829
}
2930
</style>

src/Frontend/src/components/messages/MessageView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ watch(
9393
},
9494
{ immediate: true }
9595
);
96-
const endpointColor = hexToCSSFilter("#777F7F").filter;
96+
const endpointColor = hexToCSSFilter("#929E9E").filter;
9797
9898
onMounted(() => {
9999
const { back, ...otherArgs } = route.query;

0 commit comments

Comments
 (0)