Skip to content

Commit b060c10

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 32920b0 commit b060c10

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/components/topmate/TopMateCard.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ const TopMateCard: React.FC<TopMateCardProps> = ({
3131
const { isDark } = useSafeColorMode();
3232

3333
const borderClr = isDark ? "rgba(255,255,255,0.06)" : "rgba(0,0,0,0.07)";
34-
const mutedClr = isDark
35-
? "rgba(148,163,184,0.55)"
36-
: "rgba(100,116,139,0.65)";
3734
const subtleClr = isDark
3835
? "rgba(148,163,184,0.35)"
3936
: "rgba(100,116,139,0.45)";

0 commit comments

Comments
 (0)