From c83ebd73bee84c3f6b43d8badd93d690e49e03fa Mon Sep 17 00:00:00 2001 From: rstubryan Date: Thu, 30 Oct 2025 13:08:36 +0700 Subject: [PATCH] refactor(FE-Storyless): remove unnecessary padding from badge styles for improved layout --- .../pages/production/recording/form/RecordingForm.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/pages/production/recording/form/RecordingForm.tsx b/src/components/pages/production/recording/form/RecordingForm.tsx index bb5db2a6..d1aa97ae 100644 --- a/src/components/pages/production/recording/form/RecordingForm.tsx +++ b/src/components/pages/production/recording/form/RecordingForm.tsx @@ -432,7 +432,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => { color={color} size='sm' className={{ - badge: 'whitespace-nowrap font-semibold text-xs px-2 py-0.5', + badge: 'whitespace-nowrap font-semibold text-xs px-2', }} > Periode {projectFlock.period} @@ -461,7 +461,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => { color='info' size='sm' className={{ - badge: 'whitespace-nowrap font-semibold text-xs px-2 py-0.5', + badge: 'whitespace-nowrap font-semibold text-xs px-2', }} > PAKAN @@ -476,7 +476,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => { color='secondary' size='sm' className={{ - badge: 'whitespace-nowrap font-semibold text-xs px-2 py-0.5', + badge: 'whitespace-nowrap font-semibold text-xs px-2', }} > OVK