File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/react-app/src/components/home Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ export function Blueprints(props: {
32
32
< li key = { blueprint . id } className = "flow-root" >
33
33
< div
34
34
className = { Utils . classNames (
35
- "cursor-pointer border border-transparent relative -m-2 p-2 flex items-center space-x-4 rounded-xl hover:bg-gray-50 focus-within:ring-2 focus-within:ring-indigo-500" ,
35
+ "cursor-pointer border relative -m-2 p-2 flex items-center space-x-4 rounded-xl hover:bg-gray-50 focus-within:ring-2 focus-within:ring-indigo-500" ,
36
36
blueprint . id === props . selectedBlueprintId
37
37
? "border-indigo-300 bg-gray-50"
38
- : "hover:border-gray-200 "
38
+ : "border-transparent hover:border-indigo-300 "
39
39
) }
40
40
onClick = { ( ) => onSelectClick ( blueprint . id ) }
41
41
>
You can’t perform that action at this time.
0 commit comments