fix(theming): Fix visual regressions from theming P7 (#34237)

This commit is contained in:
Enzo Martellucci
2025-07-24 19:57:50 +02:00
committed by GitHub
parent 30e5684006
commit 89bf77b5c9
54 changed files with 508 additions and 419 deletions

View File

@@ -485,7 +485,12 @@ const ColumnSelectPopover = ({
/>
<div>
<Button buttonSize="small" onClick={onResetStateAndClose} cta>
<Button
buttonSize="small"
buttonStyle="secondary"
onClick={onResetStateAndClose}
cta
>
{t('Close')}
</Button>
<Button