Skip to content

Commit d165425

Browse files
committed
dev
1 parent e68a788 commit d165425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Profile/Profile.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function Card({ data }) {
171171
};
172172

173173
return (
174-
<div className="mb-6 h-auto rounded-lg bg-white p-4 shadow dark:bg-textPrimary">
174+
<div className="mb-6 h-auto rounded-lg border border-blue-900 bg-[#0e1a34] p-4 shadow">
175175
<div className="relative flex gap-4">
176176
<div className="flex h-24 w-24 flex-shrink-0 items-center justify-center rounded-full bg-gray-200">
177177
{!showFallback ? (

0 commit comments

Comments
 (0)