From c8506e70d521053c2ff65d3568487b81367191d8 Mon Sep 17 00:00:00 2001 From: kyy Date: Thu, 12 Feb 2026 14:26:38 +0900 Subject: [PATCH] =?UTF-8?q?RP=20=EC=B9=B4=EB=93=9C=20=EC=83=81=ED=83=9C=20?= =?UTF-8?q?=EB=9D=BC=EB=B2=A8=20=EA=B8=80=EC=9E=90=EC=83=89=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../features/dashboard/presentation/dashboard_screen.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/userfront/lib/features/dashboard/presentation/dashboard_screen.dart b/userfront/lib/features/dashboard/presentation/dashboard_screen.dart index 7b35ccfa..d273509e 100644 --- a/userfront/lib/features/dashboard/presentation/dashboard_screen.dart +++ b/userfront/lib/features/dashboard/presentation/dashboard_screen.dart @@ -1193,7 +1193,7 @@ class _DashboardScreenState extends ConsumerState { Container( padding: const EdgeInsets.symmetric(horizontal: 8, vertical: 4), decoration: BoxDecoration( - color: statusColor.withValues(alpha: 31), + color: statusColor, borderRadius: BorderRadius.circular(999), ), child: Text( @@ -1203,9 +1203,9 @@ class _DashboardScreenState extends ConsumerState { 'ui.userfront.dashboard.status.revoked', fallback: '해지됨', ), - style: TextStyle( + style: const TextStyle( fontSize: 11, - color: statusColor, + color: Colors.white, fontWeight: FontWeight.w600, ), ),