Skip to content

Commit

Permalink
feat: qna skeleton size and radius improved
Browse files Browse the repository at this point in the history
  • Loading branch information
berenteb committed Mar 15, 2024
1 parent c54545e commit 9b94d06
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions components/qna/qna-skeleton.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import { SkeletonRectangle } from '../common/skeleton';

export function QnaSkeleton() {
return (
<>
<SkeletonRectangle className='rounded-t-2xl rounded-bl-2xl p-3 mb-2 ml-5' />
</>
);
return <SkeletonRectangle className='rounded-br-none p-3 mb-2 ml-5 h-14' />;
}

0 comments on commit 9b94d06

Please sign in to comment.