mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 03:38:55 -05:00
give action buttons 150px
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user