Skip to content

Commit 7eb4a37

Browse files
committed
[css] update nav bar item css
1 parent 6fd269f commit 7eb4a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NavBar/NavItems.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ const NavItems: React.FC = () => {
105105
<Typography
106106
align="center"
107107
fontWeight={600}
108-
textTransform="uppercase"
109108
lineHeight={"1.5rem"}
110109
letterSpacing={"0.05rem"}
111110
sx={{
112111
color: Colors.white,
113112
transition: "color 0.3s ease, transform 0.3s ease",
113+
textTransform: "uppercase",
114114
"&:hover": {
115115
transform: "scale(1.2)",
116116
cursor: "pointer",

0 commit comments

Comments
 (0)