Browse Source

background-color: #e4e45c52;

visuddhinanda 2 years ago
parent
commit
8ffba21e09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/general/style.css

+ 1 - 1
dashboard/src/components/general/style.css

@@ -13,7 +13,7 @@
   z-index: 1;
   z-index: 1;
   resize: vertical;
   resize: vertical;
   color: var(--main-color);
   color: var(--main-color);
-  background-color: var(--drop-bg-color);
+  background-color: #e4e45c52;
   border: unset;
   border: unset;
   border-radius: 8px;
   border-radius: 8px;
   padding: 5px;
   padding: 5px;