fix: darker file creation text color
This commit is contained in:
parent
cfceef6a5e
commit
652bacd762
1 changed files with 2 additions and 2 deletions
|
|
@ -78,8 +78,8 @@
|
|||
}
|
||||
|
||||
.file-creation {
|
||||
font-size: 11px;
|
||||
color: var(--gray-500);
|
||||
font-size: var(--text-xs);
|
||||
color: var(--gray-600);
|
||||
}
|
||||
|
||||
.file-image {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue