@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/ui",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src"
@@ -286,7 +286,7 @@ export function SwipeableRow({
286
286
  e.stopPropagation();
287
287
  onLongPress();
288
288
  }}
289
- className="inline-flex size-7 shrink-0 items-center justify-center rounded-full"
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>