We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a180a44 + dfa4bb5 commit 1d4e2e7Copy full SHA for 1d4e2e7
src/components/cards/index.tsx
@@ -4,7 +4,7 @@ import { Card as BaseCard, CardTitle as BaseCardTitle, CardContent as BaseCardCo
4
import { cn } from '../../lib/utils'
5
export { CardFooter, CardHeader, CardAction, CardDescription } from '../ui/card'
6
7
-const cardVariants = cva('rounded-sm', {
+const cardVariants = cva('rounded-md shadow-none', {
8
variants: {
9
variant: {
10
default: '',
0 commit comments