瀏覽代碼

fix color

Sebastian Bittrich 3 年之前
父節點
當前提交
65e905cdc6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/viewer/ui/validation.tsx

+ 1 - 1
src/viewer/ui/validation.tsx

@@ -29,7 +29,7 @@ export class ValidationReportControls extends CollapsableControls<{}, Validation
             isCollapsed: false,
             isHidden: true,
             errorStates: new Set<string>(),
-            brand: { accent: 'gray' as const, svg: TuneSvg } // TODO better logo
+            brand: { accent: 'cyan' as const, svg: TuneSvg } // TODO better logo
         };
     }