Skip to content

Commit

Permalink
Merge pull request #12825 from nextcloud/fix/12132/public-share-trigger
Browse files Browse the repository at this point in the history
fix(public share): make trigger button color contrast to background
  • Loading branch information
Antreesy authored Jul 27, 2024
2 parents da9d11e + f33c2c2 commit e6704ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PublicShareSidebarTrigger.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:aria-label="ariaLabel"
@click="$emit('click')">
<template #icon>
<MessageText :size="20" />
<MessageText fill-color="var(--color-background-plain-text)" :size="20" />
</template>
</NcButton>
</div>
Expand Down

0 comments on commit e6704ad

Please sign in to comment.