fix: removed primary color from app

This commit is contained in:
pateljannat
2021-05-21 11:06:37 +05:30
parent b61ca1d7a2
commit 7a650b46ac
3 changed files with 0 additions and 5 deletions

View File

@@ -23,8 +23,6 @@
--cta-color: var(--c4);
--send-message: var(--c7);
--received-message: var(--c8);
--primary-color: #08B74F !important;
}
body {

View File

@@ -1,5 +1,3 @@
@primary-color: #08B74F;
h2 {
margin: 20px 0px;
color: black;

View File

@@ -1,6 +1,5 @@
/* Define all your css variables here. */
:root {
--primary-color: #08B74F;
--tag-color: #737373;
--sidebar-bg: #F6F6F6;
--sidebar-border: #C4C4C4;