1
0
forked from baron/baron-sso

adminfront 카드 타이틀 크기 통일 (text-lg) 및 한국어 적용

This commit is contained in:
2026-05-18 15:05:24 +09:00
parent 097caf395c
commit a1f3604b24
9 changed files with 22 additions and 19 deletions

View File

@@ -201,8 +201,11 @@ function IntegrityOverviewSummary() {
) : (
<AlertTriangle size={18} className="text-amber-600" />
)}
<h3 className="text-base font-semibold">
{t("ui.admin.integrity.summary.title", "정합성 최종 검증")}
<h3 className="text-lg font-bold flex items-center gap-2">
{t(
"ui.admin.integrity.summary.title",
"정합성 최종 검증",
)}
</h3>
</div>
<div className="flex flex-wrap items-center gap-3 text-sm">
@@ -289,7 +292,7 @@ function RPUsageMixedChart({
<section className="space-y-3">
<div className="flex flex-wrap items-start justify-between gap-3">
<div className="space-y-1">
<h3 className="text-base font-semibold">
<h3 className="text-lg font-bold flex items-center gap-2">
{t("ui.admin.overview.chart.title", "회사별 앱별 로그인 요청 현황")}
</h3>
<p className="text-sm text-muted-foreground">
@@ -564,7 +567,7 @@ function GlobalOverviewPage() {
<section className="space-y-2">
<div className="flex flex-wrap items-start justify-between gap-3">
<div className="space-y-1">
<h3 className="text-base font-semibold">
<h3 className="text-lg font-bold flex items-center gap-2">
{t(
"ui.admin.overview.chart.title",
"회사별 앱별 로그인 요청 현황",