Skip to content

Commit

Permalink
Update packages/ui/components/AppCard.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Prince Rajpoot <[email protected]>
  • Loading branch information
KhudaDad414 and princerajpoot20 authored Nov 23, 2023
1 parent 3c35237 commit ee06d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/components/AppCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const AppCard = ({isActive = false, name, description, badges, className,
<>
<div
aria-label={`${name} Application Card, ${isActive ? 'active' : 'inactive'}`}
className={`bg-gray-800 border-gray-800 rounded-lg w-[523px] border-2 ${className} ${
className={`bg-gray-800 border-gray-800 rounded-lg max-w-[523px] w-full border-2 ${className} ${
isActive ? ' border-pink-800/30 shadow-active' : ''
}`}
>
Expand Down

0 comments on commit ee06d28

Please sign in to comment.