From 1732cea251747ff8e9c545991cdf3454825bc28d Mon Sep 17 00:00:00 2001 From: Cohan Carpentier Date: Mon, 28 Oct 2024 11:04:37 -0400 Subject: [PATCH] fix: proper loading icon for icon button --- button.tsx | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/button.tsx b/button.tsx index 7f444c4..25bfc67 100644 --- a/button.tsx +++ b/button.tsx @@ -61,7 +61,7 @@ const Button = forwardRef(
{isLoading && }
diff --git a/package.json b/package.json index a0c4e88..826c81d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@risc0/ui", - "version": "0.0.196", + "version": "0.0.197", "private": false, "sideEffects": false, "type": "module",