mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-10-30 18:15:52 +01:00
Fix color for namespace in high contrast theme
This commit is contained in:
@@ -158,7 +158,7 @@ const RepositoryRoot = () => {
|
||||
|
||||
const titleComponent = (
|
||||
<>
|
||||
<RouteLink to={`/repos/${repository.namespace}/`} className="has-text-dark">
|
||||
<RouteLink to={`/repos/${repository.namespace}/`} className="has-text-inherit">
|
||||
{repository.namespace}
|
||||
</RouteLink>
|
||||
/{repository.name}
|
||||
|
||||
Reference in New Issue
Block a user