From 5e51ffb8c5da8768950132ce537ecbbdbb2853dd Mon Sep 17 00:00:00 2001 From: guizmo Date: Mon, 12 Feb 2024 20:06:50 +0100 Subject: [PATCH] Fix tintColor css interop --- themes.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/themes.ts b/themes.ts index eae4172..b1e381b 100644 --- a/themes.ts +++ b/themes.ts @@ -18,9 +18,6 @@ cssInterop(MaterialCommunityIcons, { cssInterop(Image, { className: { target: 'style', - }, - tintClassName: { - target: false, nativeStyleToProp: { color: 'tintColor', },