feat(i18n): Hebrew locale + full RTL support
This commit is contained in:
@@ -106,7 +106,7 @@ export function ProtocolAccountPicker({
|
||||
disabled={isSwitching}
|
||||
onClick={() => onSelect(account.id)}
|
||||
className={cn(
|
||||
"flex w-full items-center gap-3 rounded-md px-3 py-2.5 text-left transition-colors",
|
||||
"flex w-full items-center gap-3 rounded-md px-3 py-2.5 text-start transition-colors",
|
||||
isActive ? "bg-accent/50" : "hover:bg-muted",
|
||||
isSwitching && "cursor-wait opacity-70"
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user