feat/encounter: cleaning

This commit is contained in:
2025-10-12 16:10:06 +07:00
parent f52e516775
commit 0f7f4f592b
5 changed files with 47 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ defineProps<{
</script>
<template>
<div class="w-full rounded-md border bg-white p-4 shadow-sm">
<div class="w-full rounded-md border bg-white dark:bg-neutral-950 p-4 shadow-sm">
<!-- Data Pasien -->
<h2 class="mb-2 md:text-base 2xl:text-lg font-semibold">{{ 'data.patient.person.name' }} - {{ 'data.patient.number' }}</h2>