style: remove all emojis, apply saas minimal dark mode design system

This commit is contained in:
DanielS
2026-08-19 00:36:47 +02:00
parent d69a9b52a8
commit 52b0728510
5 changed files with 165 additions and 86 deletions

View File

@@ -62,7 +62,7 @@ export default function FloorPlan({ tables }: Props) {
cursor-pointer shadow-lg`}
>
<span className="font-bold text-xl">{t.number}</span>
<span className="text-xs opacity-75">👤 {t.maxCapacity}</span>
<span className="text-xs opacity-60">{t.maxCapacity} P.</span>
<span className="text-[10px] font-semibold uppercase tracking-wider opacity-80">
{STATUS_LABEL[t.status]}
</span>