fix: bump shade of muted text to gray-700

This commit is contained in:
Ankush Menat 2022-05-21 17:51:23 +05:30
parent ec798598ef
commit 552ea50a73

View file

@ -143,7 +143,7 @@
--btn-shadow: var(--shadow-xs);
// Type Colors
--text-muted: var(--gray-600);
--text-muted: var(--gray-700);
--text-light: var(--gray-800);
--text-color: var(--gray-900);
--heading-color: var(--gray-900);