diff --git a/frontend/src/index.css b/frontend/src/index.css index 28cde43..4028c63 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -181,6 +181,16 @@ color: var(--text-secondary); } +.member-current { + background-color: rgb(243, 232, 255); + border-color: rgb(216, 180, 254); +} + +[data-theme="dark"] .member-current { + background-color: rgba(139, 92, 246, 0.2); + border-color: rgba(139, 92, 246, 0.5); +} + .animate-fadeIn { animation: fadeIn 0.2s ease-in-out; } diff --git a/frontend/src/pages/Profile.tsx b/frontend/src/pages/Profile.tsx index 538f508..414d76f 100644 --- a/frontend/src/pages/Profile.tsx +++ b/frontend/src/pages/Profile.tsx @@ -238,7 +238,7 @@ export default function Profile() { {familyMembers.map((member) => (