fix: height on loading button

This commit is contained in:
Fredrik Burmester
2025-01-05 11:55:29 +01:00
parent 5ee1a9cabb
commit b278632581

View File

@@ -61,7 +61,9 @@ export const Button: React.FC<PropsWithChildren<ButtonProps>> = ({
{...props}
>
{loading ? (
<Loader />
<View className="p-0.5">
<Loader />
</View>
) : (
<View
className={`