diff --git a/src/app/components/task-list/task-list.component.scss b/src/app/components/task-list/task-list.component.scss
index 24be08a34f655cb6eb6613b7110dc53d3f02f61d..a1a6763541076292f5c6c81c2ed8360103a91c5e 100644
--- a/src/app/components/task-list/task-list.component.scss
+++ b/src/app/components/task-list/task-list.component.scss
@@ -23,4 +23,5 @@
 .small-box {
   margin: 0.5rem;
   padding: 0.5rem;
+  background-color: var(--drgstn-panel-secondary);
 }
diff --git a/src/theme-styles.scss b/src/theme-styles.scss
index afda6f0cfa70d66cc70efb5dfaf5396b72f72fd3..cc4222014bf3d5dc0904c4e6473c1da9fc05124f 100644
--- a/src/theme-styles.scss
+++ b/src/theme-styles.scss
@@ -1,5 +1,3 @@
-//@import "theme.css";
-
 :root {
   --drgstn-primary: #347eee;
   --drgstn-secondary: #fd6818;
@@ -13,6 +11,7 @@
   --drgstn-text-secondary: #eeeeee;
   --drgstn-border: rgba(0, 0, 0, 0.2);
   --drgstn-tooltip: rgba(74,74,74,0.9);
+  --drgstn-panel-secondary: #ffffff
 }
 
 #appWindow {
@@ -177,11 +176,6 @@ footer .text-danger, a .text-danger {
   border-color: var(--drgstn-border) !important;
 }
 
-.small-box[_ngcontent-mbg-c75]{
-  background-color: var(--drgstn-panel-secondary) !important;
-}
-
-
 a {
   color: var(--drgstn-secondary);
 }
diff --git a/src/theme.css b/src/theme.css
index 6441e0620126e414a56233843268184da32e477f..0c2c8ef9a566871da001e8e8a089f48b99c267c6 100644
--- a/src/theme.css
+++ b/src/theme.css
@@ -11,5 +11,5 @@
   --drgstn-text-secondary: #FFFFFF;
   --drgstn-border: rgba(0, 0, 0, 0.2);
   --drgstn-tooltip: rgba(74,74,74,0.9);
-  --drgstn-panel-secondary: #FF3A3AFF;
+  --drgstn-panel-secondary: #ffffff;
 }