Skip to content

Commit

Permalink
docker color fix (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
vankovap authored Jan 30, 2025
1 parent 07a7ef1 commit 91b2e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/components/ComparisonBlock/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';

const ComparisonSection = ({ title, items, type }) => (
<div className="flex-1">
<h4 className={`flex items-center gap-1 mb-1 ${type === 'pros' ? 'text-[#2F7B6E]' : 'text-[#925A61]'}`}>
<h4 className={`flex items-center gap-1 mb-1 ${type === 'pros' ? 'text-[#3FA997]' : 'text-[#D6828C]'}`}>
{title}
</h4>
<ul className="list-none p-0 m-0 flex flex-col gap-0.5">
Expand Down

0 comments on commit 91b2e5c

Please sign in to comment.