Skip to content

Commit

Permalink
FIX : task name text color changed
Browse files Browse the repository at this point in the history
  • Loading branch information
prem056627 committed Aug 13, 2024
1 parent 17c9a9b commit ad598c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function columns({ debounceSearch, localTableData }) {
id: 'name',
header: () => (
<div className="flex h-full min-w-max items-start justify-start border-b-[4px] border-[#F0F3F4] px-[20px] py-[12px] text-start">
<span className="font-lato text-[11px] font-normal uppercase leading-[16px] tracking-[0.6px] ">
<span className="font-lato text-[11px] font-normal uppercase text-[#6C747D] leading-[16px] tracking-[0.6px] ">
Task Name
</span>
</div>
Expand Down

0 comments on commit ad598c1

Please sign in to comment.