fix: darker file creation text color

This commit is contained in:
prssanna 2020-11-10 15:43:24 +05:30
parent cfceef6a5e
commit 652bacd762

View file

@ -78,8 +78,8 @@
}
.file-creation {
font-size: 11px;
color: var(--gray-500);
font-size: var(--text-xs);
color: var(--gray-600);
}
.file-image {