Skip to content

Commit b7c24eb

Browse files
committed
Update AppTemplatesContainer styles
1 parent 33ac8d4 commit b7c24eb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

llmstack/client/src/components/apps/AppTemplatesContainer.jsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,11 @@ const AppTemplatesContainer = () => {
292292
key={category}
293293
selected={selectedCategory === category}
294294
onClick={() => setSelectedCategory(category)}
295+
sx={{
296+
"&.Mui-selected": {
297+
borderBottom: "1px solid #046fda66",
298+
},
299+
}}
295300
>
296301
<ListItemIcon sx={{ minWidth: "40px" }}>
297302
<AppTemplateCategoryIcon category={category} />
@@ -318,7 +323,7 @@ const AppTemplatesContainer = () => {
318323
mt: isMobile ? 0 : 4,
319324
padding: "10px 0 10px 10px",
320325
mr: 1,
321-
maxHeight: "600px",
326+
height: "600px",
322327
overflowY: "scroll",
323328
backgroundColor: "#edeff7",
324329
}}

0 commit comments

Comments
 (0)