Commit 1250fb2e by CaIon

fix: adjust margin for StatusBadge component in logs columns

parent e4006196
......@@ -309,7 +309,7 @@ export function useCommonLogsColumns(isAdmin: boolean): ColumnDef<UsageLog>[] {
variant={config.color as StatusBadgeProps['variant']}
size='sm'
copyable={false}
className='!text-xs [&_span]:!text-xs'
className='-ml-1.5 !text-xs [&_span]:!text-xs'
/>
</div>
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment