fix(site-finder): §4.2 «Качество данных» — gap 8→12px вокруг разделителя (#1953)
All checks were successful
CI / changes (pull_request) Successful in 10s
CI / backend-tests (pull_request) Has been skipped
CI / frontend-tests (pull_request) Successful in 1m13s
CI / openapi-codegen-check (pull_request) Successful in 2m5s

Anton: пробелы вокруг «·» тесноваты («данных:Низкое·покрытие»). gap-x-2→gap-x-3
(в scale 4/8/12/16) — больше воздуха между «Качество данных:», бейджем, «·» и «покрытие».
This commit is contained in:
Light1YT 2026-06-30 12:10:06 +05:00
parent f448b550b5
commit ad39bea59e

View file

@ -47,7 +47,7 @@ const ROOM_BUCKET_LABELS: Record<string, string> = {
function DataQualityCard({ dq }: { dq: BestLayoutsResponse["data_quality"] }) {
const conf = CONFIDENCE_STYLES[dq.confidence];
return (
<div className="border border-gray-200 rounded-xl px-[18px] py-[14px] bg-white flex items-center gap-x-2 gap-y-1 flex-wrap">
<div className="border border-gray-200 rounded-xl px-[18px] py-[14px] bg-white flex items-center gap-x-3 gap-y-1 flex-wrap">
<span className="font-semibold text-[13px] text-gray-700">
Качество данных:
</span>