give action buttons 150px

This commit is contained in:
karamvir
2023-08-10 23:36:01 -07:00
parent 3e260e4464
commit d1ae925454

View File

@@ -82,7 +82,7 @@ export const ActionButton = forwardRef<
>(({ title, icon, intent, disabled, className, onClick }, ref) => (
<Button
variant="outline"
className={cn("flex items-center justify-between w-[130px]", className)}
className={cn("flex items-center justify-between w-[150px]", className)}
intent={intent}
onClick={onClick}
disabled={disabled}