completionId: cgen-1f9addc127c64a20997ac6bacf09128b

cgen-1f9addc127c64a20997ac6bacf09128b
This commit is contained in:
Builder.io 2025-11-10 21:00:02 +00:00
parent 101f1f63c1
commit a952d7e92b

View file

@ -161,7 +161,7 @@ export default function ArmSwitcherModal({
key={arm.id}
type="button"
onClick={() => handleSelectArm(arm.id)}
className="w-full p-3 rounded-lg border border-gray-700/50 bg-gray-900/30 hover:bg-gray-800/50 hover:border-gray-600 transition-all duration-200 text-left group"
className="w-full p-2 sm:p-3 rounded-lg border border-gray-700/50 bg-gray-900/30 hover:bg-gray-800/50 hover:border-gray-600 transition-all duration-200 text-left group"
>
<div className="flex items-center gap-2.5">
<img