Skip to content

Commit

Permalink
Merge pull request #11075 from nextcloud/backport/11073/stable27
Browse files Browse the repository at this point in the history
[stable27] get text color from theme for unread marker
  • Loading branch information
Antreesy authored Dec 2, 2023
2 parents 7263ea8 + 187d169 commit 0237c7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ export default {
padding: 0 7px 0 7px;
text-align: center;
white-space: nowrap;

color: var(--color-text-light);
border-radius: var(--border-radius);
background-color: var(--color-main-background);
}
Expand Down

0 comments on commit 0237c7b

Please sign in to comment.