fix(site-finder): §4.2 «Качество данных» — воздух вокруг разделителя (#1953) #2099
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ const ROOM_BUCKET_LABELS: Record<string, string> = {
|
||||||
function DataQualityCard({ dq }: { dq: BestLayoutsResponse["data_quality"] }) {
|
function DataQualityCard({ dq }: { dq: BestLayoutsResponse["data_quality"] }) {
|
||||||
const conf = CONFIDENCE_STYLES[dq.confidence];
|
const conf = CONFIDENCE_STYLES[dq.confidence];
|
||||||
return (
|
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 className="font-semibold text-[13px] text-gray-700">
|
||||||
Качество данных:
|
Качество данных:
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue