fix(ui): design review - dashboard metric selection
This commit is contained in:
parent
a489a8b77e
commit
af45af8bd0
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ function WidgetCategoryItem({ category, isSelected, onClick, selectedWidgetIds }
|
|||
});
|
||||
return (
|
||||
<div
|
||||
className={cn("rounded p-4 shadow border cursor-pointer", { 'bg-active-blue border-color-teal':isSelected, 'bg-white': !isSelected })}
|
||||
className={cn("rounded p-4 border cursor-pointer", { 'bg-active-blue border-color-teal':isSelected, 'bg-white': !isSelected })}
|
||||
onClick={() => onClick(category)}
|
||||
>
|
||||
<div className="font-medium text-lg mb-2 capitalize">{category.name}</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue