From da8af38dcc23ea33c686714be2ce5f0bf0e65798 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 24 Apr 2023 16:36:05 -0500 Subject: Android & visual fixes: color themes, repost icon, navigation, back handler, etc (#519) * Switch android to use slide left/right animations on navigation * Bump the repost icon down by a pixel * Tune theme colors for contrast and darker bg on darkmode * Move back handler to a point in the init flow that leads to more consistent capture of events * Fix image share flow on android * Fix lint * Add todo about sharing not available * Drop the android slide animation because it's too slow * Fix 'flashes of white' in dark mode android --- src/lib/icons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/icons.tsx') diff --git a/src/lib/icons.tsx b/src/lib/icons.tsx index 300c13b0d..4cb491e46 100644 --- a/src/lib/icons.tsx +++ b/src/lib/icons.tsx @@ -431,7 +431,7 @@ export function RepostIcon({ strokeWidth={strokeWidth} strokeLinejoin="round" fill="none" - d="M 14.437 17.081 L 5.475 17.095 C 4.7 17.095 4.072 16.467 4.072 15.692 L 4.082 5.65 L 1.22 9.854 M 4.082 5.65 L 7.006 9.854 M 9.859 5.65 L 18.625 5.654 C 19.4 5.654 20.028 6.282 20.028 7.057 L 20.031 17.081 L 17.167 12.646 M 20.031 17.081 L 22.866 12.646" + d="M 14.437 18.081 L 5.475 18.095 C 4.7 18.095 4.072 17.467 4.072 16.692 L 4.082 6.65 L 1.22 10.854 M 4.082 6.65 L 7.006 10.854 M 9.859 6.65 L 18.625 6.654 C 19.4 6.654 20.028 7.282 20.028 8.057 L 20.031 18.081 L 17.167 13.646 M 20.031 18.081 L 22.866 13.646" /> ) -- cgit 1.4.1