diff --git a/src/app/shared/components/color-block/color-block.component.ts b/src/app/shared/components/color-block/color-block.component.ts
index d274702c5674cd4a8ff7fe0b71a916d86c6c3400..2faee864f25f5e3d2dc1995c3d40ee84856e4ce3 100644
--- a/src/app/shared/components/color-block/color-block.component.ts
+++ b/src/app/shared/components/color-block/color-block.component.ts
@@ -1,6 +1,7 @@
 import { Component, Input } from '@angular/core';
 
 @Component({
+  selector: 'app-color-block',
   standalone: true,
   imports: [],
   template: `<div style="display: flex; align-items: center; gap: 16px;">