"Repo info" text too dark in dark theme
The Repo Info view on the rightmost side pane when viewing a room displays black in both dark and light mode, making it unreadable in dark mode.
Light theme | Dark theme |
---|---|
Here is a small code snippet that I have tried injecting into dark-theme.css
to make it more readable.
.trpRepoInfoContainer * {
color: #ccc;
}