fix: correct propagation on settings menu (#1453)

* fix propagation error on settings menu
This commit is contained in:
Pyx
2025-12-29 17:57:49 -05:00
committed by GitHub
parent 9841cfba38
commit 42058ff6d6
4 changed files with 15 additions and 1 deletions
@@ -202,6 +202,7 @@ export const ListConfigTable = ({
}) => {
return (
<Table
onClick={(e) => e.stopPropagation()}
style={{ borderRadius: '1rem' }}
styles={{ th: { backgroundColor: 'initial', padding: 'var(--theme-spacing-md) 0' } }}
variant="vertical"