Skip to content

Commit 4fad79e

Browse files
committed
style(logs): match Troubleshoot button icon gap to View Snapshot sibling
1 parent a9b0812 commit 4fad79e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/logs/components/log-details

apps/sim/app/workspace/[workspaceId]/logs/components/log-details/log-details.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ export function LogDetailsContent({ log, onActiveTabChange }: LogDetailsContentP
585585
<Button
586586
variant='default'
587587
size='sm'
588-
className='gap-1.5 self-start'
588+
className='gap-1 self-start'
589589
onClick={handleTroubleshoot}
590590
>
591591
<Wrench className='size-3' />

0 commit comments

Comments
 (0)