Skip to content

Commit

Permalink
Added new Skill Theme Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sayshark75 committed Apr 10, 2024
1 parent c973475 commit 494dc8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/TechnicalSkillPage/SkillsMapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ const SkillsMapper = () => {
<Highlight
query={data.skills}
styles={{
color: "text",
color: "#fff",
border: "1px solid",
borderColor: "accent",
bgColor: "accent",
fontWeight: "500",
rounded: "full",
px: "12px",
Expand Down
2 changes: 1 addition & 1 deletion src/sources/TechnicalSkillsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const SkillsData: SkillsDataProps[] = [
{
title1: "Frontend",
title2: "Skills",
skills: ["React", "Vite", "NextJS 13/14", "React Native", "Redux", "Tailwind", "Chakra UI", "Material UI", "Bootstrap"],
skills: ["Vite", "NextJS 13/14", "React Native", "Redux", "Tailwind", "Chakra UI", "Material UI", "Bootstrap"],
},
{
title1: "Backend",
Expand Down

0 comments on commit 494dc8e

Please sign in to comment.