We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68a788 commit d165425Copy full SHA for d165425
1 file changed
src/components/Profile/Profile.jsx
@@ -171,7 +171,7 @@ function Card({ data }) {
171
};
172
173
return (
174
- <div className="mb-6 h-auto rounded-lg bg-white p-4 shadow dark:bg-textPrimary">
+ <div className="mb-6 h-auto rounded-lg border border-blue-900 bg-[#0e1a34] p-4 shadow">
175
<div className="relative flex gap-4">
176
<div className="flex h-24 w-24 flex-shrink-0 items-center justify-center rounded-full bg-gray-200">
177
{!showFallback ? (
0 commit comments