diff --git a/packages/header/src/styles/headerStyles.ts b/packages/header/src/styles/headerStyles.ts index a6006272c8..f948bacfdf 100644 --- a/packages/header/src/styles/headerStyles.ts +++ b/packages/header/src/styles/headerStyles.ts @@ -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 }