completionId: cgen-1f9addc127c64a20997ac6bacf09128b
cgen-1f9addc127c64a20997ac6bacf09128b
This commit is contained in:
parent
101f1f63c1
commit
a952d7e92b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue