Change button variant to 'outlined' for active insights in SmartInsightsCard
This commit is contained in:
@@ -317,7 +317,7 @@ const SmartInsightsCard = ({
|
|||||||
return (
|
return (
|
||||||
<Button
|
<Button
|
||||||
key={insight.id}
|
key={insight.id}
|
||||||
variant={isActive ? 'solid' : 'soft'}
|
variant={isActive ? 'outlined' : 'soft'}
|
||||||
color='neutral'
|
color='neutral'
|
||||||
onClick={() => handleInsightClick(insight)}
|
onClick={() => handleInsightClick(insight)}
|
||||||
sx={{
|
sx={{
|
||||||
|
|||||||
Reference in New Issue
Block a user