Skip to content

Commit

Permalink
Change Dashboard card to use the new standard style
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Oct 16, 2024
1 parent 3998f3b commit fb2bd03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Widgets/Widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ export interface WidgetProps extends ChildrenProp {
export const Widget = ({ colSpan, rowSpan, sx, ...props }: WidgetProps) => (
<Card
component={Stack}
elevation={0}
variant="outlined"
sx={[
{
gridColumn: `span ${colSpan}`,
Expand Down

0 comments on commit fb2bd03

Please sign in to comment.