Skip to content

Commit

Permalink
chore: Add background and border for resource card (#2463)
Browse files Browse the repository at this point in the history
  • Loading branch information
rupali-codes authored Aug 11, 2024
2 parents 3bf9d9f + 9945e8e commit f4bf483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Cards/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Card: FC<CardProps> = ({ data, onClick }) => {
}, [])

return (
<article className="z-10 h-full w-full rounded-3xl dark:bg-slate-800 dark:text-text-primary dark:shadow-sm bg-light-white">
<article className="z-10 h-full border border-theme-secondary/25 dark:border dark:border-theme-primary dark:border-opacity-8 w-full rounded-3xl dark:bg-slate-800 dark:text-text-primary dark:shadow-sm bg-theme-primary-light">
<div className="card-body">
<header className="flex justify-between items-center gap-2">
<h2
Expand Down

0 comments on commit f4bf483

Please sign in to comment.