From 8db3fe3bac1d5ad6e7495573f2824663abe66393 Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Mon, 6 Sep 2021 19:32:52 +0000 Subject: [PATCH] Change default branch label colors for dark theme --- components/dashboard/src/projects/Project.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/src/projects/Project.tsx b/components/dashboard/src/projects/Project.tsx index 64e2d545303b1d..da13024ba842c0 100644 --- a/components/dashboard/src/projects/Project.tsx +++ b/components/dashboard/src/projects/Project.tsx @@ -160,7 +160,7 @@ export default function () {
{branchName} - {branch.isDefault && (DEFAULT)} + {branch.isDefault && (DEFAULT)}