From 4da92bbc1236af5456860261b34fcdec6d58cc6b Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Wed, 16 Apr 2025 13:05:36 +0530 Subject: [PATCH] chore: Update PDF file text color from ruby to slate (#11313) # Pull Request Template ## Description This PR includes updating the PDF text color from Ruby to Slate for improved readability ## How Has This Been Tested? ### Screenshots **Before** | Dark Mode | Light Mode | | ------------- | ------------- | | image | image | **After** | Dark Mode | Light Mode | | ------------- | ------------- | | image | image | ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules --- app/javascript/dashboard/components-next/message/chips/File.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/dashboard/components-next/message/chips/File.vue b/app/javascript/dashboard/components-next/message/chips/File.vue index 96ded4e8c..90472db7f 100644 --- a/app/javascript/dashboard/components-next/message/chips/File.vue +++ b/app/javascript/dashboard/components-next/message/chips/File.vue @@ -39,7 +39,7 @@ const textColorClass = computed(() => { docx: 'dark:text-[#D6E1FF] text-[#1F2D5C]', // indigo-12 json: 'text-n-slate-12', odt: 'dark:text-[#D6E1FF] text-[#1F2D5C]', // indigo-12 - pdf: 'text-n-ruby-12', + pdf: 'text-n-slate-12', ppt: 'dark:text-[#FFE0C2] text-[#582D1D]', pptx: 'dark:text-[#FFE0C2] text-[#582D1D]', rar: 'dark:text-[#EDEEF0] text-[#2F265F]',