From 79067c07632058a913f99f1b3fe87dc2d46d0989 Mon Sep 17 00:00:00 2001 From: Michael Dinerstein Date: Wed, 30 Oct 2024 22:59:18 -0700 Subject: [PATCH] fix: button styles --- src/components/sections/Skills/SkillItem.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/sections/Skills/SkillItem.tsx b/src/components/sections/Skills/SkillItem.tsx index 650c87d..82523ad 100644 --- a/src/components/sections/Skills/SkillItem.tsx +++ b/src/components/sections/Skills/SkillItem.tsx @@ -23,6 +23,7 @@ export const SkillItem = ({ skill }: { skill: SkillWithDescriptionRaw }) => { color: theme.palette.primary.main, "&.Mui-disabled": { color: theme.palette.primary.main, + borderColor: "transparent", }, })} >