Skip to content

Commit

Permalink
quick fix from the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Apr 24, 2024
1 parent c495543 commit cf6d727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/components/showcase/TaskCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default function TaskCard() {
display: 'flex',
flexDirection: 'column',
p: 3,
background:
'linear-gradient(180deg, var(--muidocs-palette-primary-600) 0%, var(--muidocs-palette-primary-700) 100%)',
boxShadow: '0px 4px 8px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.04)',
}}
Expand Down

0 comments on commit cf6d727

Please sign in to comment.