From 872116b13214ad2733097a3c42c6f72728e009fd Mon Sep 17 00:00:00 2001 From: Tommaso Casaburi Date: Sun, 31 May 2026 16:27:02 +0700 Subject: [PATCH] fix(post-form): use native browser styling for flash tag select Exclude the flash tag dropdown from themed post-form select styling so it renders with the browser's default select appearance, matching the flag selector. --- src/components/post-form/post-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/post-form/post-form.tsx b/src/components/post-form/post-form.tsx index a550bf40..c8c1a0ed 100644 --- a/src/components/post-form/post-form.tsx +++ b/src/components/post-form/post-form.tsx @@ -391,7 +391,7 @@ const PostFormFields = ({ {t('tag')} - {flashTagOptions.map((option) => (