Skip to content

Commit 1d4e2e7

Browse files
authored
Merge pull request #79 from oasisprotocol/mz/cards-2
Align cards with new designs
2 parents a180a44 + dfa4bb5 commit 1d4e2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cards/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Card as BaseCard, CardTitle as BaseCardTitle, CardContent as BaseCardCo
44
import { cn } from '../../lib/utils'
55
export { CardFooter, CardHeader, CardAction, CardDescription } from '../ui/card'
66

7-
const cardVariants = cva('rounded-sm', {
7+
const cardVariants = cva('rounded-md shadow-none', {
88
variants: {
99
variant: {
1010
default: '',

0 commit comments

Comments
 (0)