Skip to content

Commit 2ea267d

Browse files
author
jleveugle
committed
fix(sidebar): header is now white
1 parent d049c71 commit 2ea267d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/manager/apps/public-cloud/src/sidebar/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2 class="mb-0 d-inline-block" style="font-weight: 400;" data-ng-bind="$ctrl.pr
4444
</button>
4545
</div>
4646
<div class="w-100 text-truncate ml-3">
47-
<h2 class="mb-0 d-inline-block" style="font-weight: 400;" data-ng-bind="$ctrl.project.description"></h2>
47+
<h2 class="mb-0 d-inline-block text-white" style="font-weight: 400;" data-ng-bind="$ctrl.project.description"></h2>
4848
<button class="project-copy w-100 d-flex text-white">
4949
<span class="my-auto oui-icon oui-icon-copy-normal mr-1 text-white"></span>
5050
<span class="w-100 text-truncate" data-ng-bind="$ctrl.project.project_id"></span>

0 commit comments

Comments
 (0)