Skip to content

Commit

Permalink
style(headerStyles.ts): remove unused styles to declutter the codebase
Browse files Browse the repository at this point in the history
The commit removes the unused styles `linksIcon`, `linksButton`, and `linksContainer` from the `headerStyles.ts` file to improve code readability and maintainability by reducing unnecessary clutter.
  • Loading branch information
ktun95 committed Jan 29, 2025
1 parent 3ef7f81 commit 2b75970
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/header/src/styles/headerStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,6 @@ const headerStyles = makeStyles({
flexDirection: "column",
justifyContent: "center",
},
linksIcon: { fontSize: "2.2rem" },
linksButton: {
display: "flex",
flexDirection: "column",
color: "hsl(210, 100%, 25%)",
},
linksContainer: {
display: "flex",
flexDirection: "row",
gap: 2,
},
})

export { headerStyles }

0 comments on commit 2b75970

Please sign in to comment.