From 8deb7e0741a5bf559cb9f9b78350821dc84bdb53 Mon Sep 17 00:00:00 2001 From: Luca <102960244+Luca-Timo@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:13:25 +0200 Subject: [PATCH] fix(accounting): tidy the tax-export scope selector styling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The scope setExportScope(e.target.value as 'all' | 'income' | 'cost')} - disabled={exportsDisabled} - aria-label={t('taxReport.export.scopeLabel', 'Export scope')} - className={`${selectClassName} min-w-[150px]`} - > - - - - +