@remit/ui 0.0.22 → 0.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -286,7 +286,7 @@ export function SwipeableRow({
|
|
|
286
286
|
e.stopPropagation();
|
|
287
287
|
onLongPress();
|
|
288
288
|
}}
|
|
289
|
-
className="inline-flex size-
|
|
289
|
+
className="-m-2 inline-flex size-11 shrink-0 items-center justify-center rounded-full"
|
|
290
290
|
>
|
|
291
291
|
<Avatar name={thread.fromName} email={thread.fromEmail} size="sm" />
|
|
292
292
|
</button>
|