diff --git a/apps/dashboard/src/components/ui/button.tsx b/apps/dashboard/src/components/ui/button.tsx index dd20a43c..4aab1a3f 100644 --- a/apps/dashboard/src/components/ui/button.tsx +++ b/apps/dashboard/src/components/ui/button.tsx @@ -78,7 +78,7 @@ const Button = React.forwardRef( 'h-4 w-4 flex-shrink-0', loading && 'animate-spin', size !== 'icon' && responsive && 'mr-0 sm:mr-2', - size !== 'icon' && 'mr-2' + size !== 'icon' && !responsive && 'mr-2' )} /> )}