Skip to content

Commit

Permalink
feat(components/empty): increase rounding to md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaschiang committed Jul 23, 2023
1 parent b300f82 commit adcce56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/empty.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as React from 'react'
import { cn } from 'utils/cn'

const emptyVariants = cva(
'flex flex-col items-center justify-center text-center rounded border border-dashed py-6 px-4 text-sm overflow-hidden break-all',
'flex flex-col items-center justify-center text-center rounded-md border border-dashed py-6 px-4 text-sm overflow-hidden break-all',
{
variants: {
variant: {
Expand Down

0 comments on commit adcce56

Please sign in to comment.