Skip to content

Commit

Permalink
Update CategoryBadge styling to use primary text color
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Oct 2, 2024
1 parent 4a8c2b7 commit f7c291f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/(dashboard)/components/Table/ColumnRenderer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { FiArrowRightCircle } from 'react-icons/fi';

function CategoryBadge({ children, icons }) {
return (
<div className='text-xs flex border border-primary items-center gap-x-2 font-medium px-1.5 py-0.5 bg-secondary text-white rounded-lg'>
<div className='text-xs flex border border-primary items-center gap-x-2 font-medium px-1.5 py-0.5 bg-secondary text-primary rounded-lg'>
<span className='text-tertiary'>
{icons[children]}
</span>
Expand Down

0 comments on commit f7c291f

Please sign in to comment.