feat(ui-kit): orange accent avatar on patient cards (tauri match)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
hamed
2026-06-23 18:50:43 +03:30
co-authored by Claude Opus 4.8
parent 0cef1518d7
commit 2b00443af7
+1 -1
View File
@@ -1345,7 +1345,7 @@ function PatientCard({
height: 44,
borderRadius: "50%",
background:
"linear-gradient(145deg, oklch(0.62 0.15 256), oklch(0.48 0.16 256))",
"linear-gradient(145deg, #f8945a, #f0682a)",
color: "#fff",
display: "flex",
alignItems: "center",