Skip to content

Commit b052f84

Browse files
committed
Remove unused styles
1 parent 471a970 commit b052f84

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

site/src/pages/TemplatesPage/TemplatesPageView.tsx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -108,24 +108,4 @@ const useStyles = makeStyles((theme) => ({
108108
lineHeight: `${theme.spacing(3)}px`,
109109
},
110110
},
111-
templateAvatar: {
112-
borderRadius: 2,
113-
marginRight: theme.spacing(1),
114-
width: 24,
115-
height: 24,
116-
fontSize: 16,
117-
},
118-
templateLink: {
119-
display: "flex",
120-
flexDirection: "column",
121-
color: theme.palette.text.primary,
122-
textDecoration: "none",
123-
"&:hover": {
124-
textDecoration: "underline",
125-
},
126-
"& span": {
127-
fontSize: 12,
128-
color: theme.palette.text.secondary,
129-
},
130-
},
131111
}))

0 commit comments

Comments
 (0)