We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c73d11 commit 20497e3Copy full SHA for 20497e3
src/custom/DashboardWidgets/WorkspaceActivityWidget.tsx
@@ -170,7 +170,7 @@ const WorkspaceActivityCard: React.FC<WorkspaceActivityCardProps> = ({
170
</EmptyStateTypography>
171
)}
172
<CardActions>
173
- <Button disabled={false} variant="contained" href={workspacePagePath} size="small">
+ <Button disabled={false} variant="contained" href={workspacePagePath} size="large">
174
All Workspaces
175
</Button>
176
</CardActions>
0 commit comments