Skip to content

Commit

Permalink
get text color from theme for unread marker
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy authored and backportbot-nextcloud[bot] committed Dec 1, 2023
1 parent 93522a7 commit 187d169
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 187d169

Please sign in to comment.