diff --git a/frappe/public/scss/desk/file-view.scss b/frappe/public/scss/desk/file-view.scss index 045dceaca3..36867ec41d 100644 --- a/frappe/public/scss/desk/file-view.scss +++ b/frappe/public/scss/desk/file-view.scss @@ -78,8 +78,8 @@ } .file-creation { - font-size: 11px; - color: var(--gray-500); + font-size: var(--text-xs); + color: var(--gray-600); } .file-image {