fix: driver planner uses fs-zone-table not fs-zone-card

User changes "Таблицы" slider in Settings → expects table text to scale.
DriverDeliveryPlanner was wrapped in fs-zone-card (responds to "Карточки"),
not fs-zone-table (responds to "Таблицы").
This commit is contained in:
root 2026-07-13 11:35:52 +00:00
parent edb6784c16
commit 1766ccb897
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ export const DriverDeliveryPlanner = ({ orderGroups = [], onOpenOrder, currentUs
}
return (
<div className="space-y-4 fs-zone-card">
<div className="space-y-4 fs-zone-table">
<Panel className="space-y-3 p-5">
<div className="space-y-4">
<div className="flex flex-wrap items-center justify-between gap-3">