From 9906a4cda52936149130c607c1246bf1b93e68a5 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Sun, 1 Mar 2026 22:52:40 +0200 Subject: [PATCH] remove unused platform select --- src/components/Dialog/index.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx index 1a478d5398..3b1048240b 100644 --- a/src/components/Dialog/index.tsx +++ b/src/components/Dialog/index.tsx @@ -371,12 +371,7 @@ export function FlatListFooter({ t.atoms.border_contrast_low, a.px_lg, a.pt_md, - { - paddingBottom: platform({ - ios: tokens.space.sm + bottom, - android: tokens.space.md + bottom, - }), - }, + {paddingBottom: bottom + tokens.space.md}, // TODO: had to admit defeat here, but we should // try and get this to work for Android as well -sfn ios(animatedStyle),