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 0d06f42 commit 3c35237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/components/AppCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const AppCard = ({isActive = false, name, description, badges, className,
return (
<>
<div
aria-label={`${name} Application Card, ${isActive ? 'active' : 'inactive'}`}
className={`bg-gray-800 border-gray-800 rounded-lg w-[523px] border-2 ${className} ${
isActive ? ' border-pink-800/30 shadow-active' : ''
}`}
Expand Down

0 comments on commit 3c35237

Please sign in to comment.