Skip to content

Commit 99b0bf7

Browse files
committed
Update hover effect in AppTemplateCard component
1 parent 556d189 commit 99b0bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const AppTemplateCard = ({
130130
maxHeight: "300px",
131131
":hover": {
132132
cursor: "pointer",
133-
boxShadow: "0px 0px 10px 0px rgba(0,0,0,0.75)",
133+
boxShadow: "0px 0px 10px 0px rgba(4, 45, 120, 0.5)",
134134
backgroundColor: "#f5f5f5",
135135
},
136136
}}

0 commit comments

Comments
 (0)