diff --git a/projects/common/components/tooltip/tooltip.component.scss b/projects/common/components/tooltip/tooltip.component.scss
index 9f98b4e0894cb86ded495130080400f634736641..b46fcb3e0355d73b8184fe11573f909760c0961e 100644
--- a/projects/common/components/tooltip/tooltip.component.scss
+++ b/projects/common/components/tooltip/tooltip.component.scss
@@ -19,11 +19,12 @@
   margin-left: 5px;
   pointer-events: none;
   .tooltip-text {
-    background-color: black;
+    background-color: #333;
+    line-height: 24px;
     border-radius: 4px;
-    padding: 3px 6px;
-    color: #ffffff;
-    font-size: 13px;
+    padding: 6px 10px;
+    color: #fff;
+    font-size: 18px;
     width: fit-content;
   }
 }