diff --git a/components/lib/themes/aura/accordion/index.js b/components/lib/themes/aura/accordion/index.js index a8bfec222..520b6cde1 100644 --- a/components/lib/themes/aura/accordion/index.js +++ b/components/lib/themes/aura/accordion/index.js @@ -43,6 +43,6 @@ export default { borderColor: '{content.border.color}', background: '{content.background}', color: '{text.color}', - padding: '1.125rem;' + padding: '0 1.125rem 1.125rem 1.125rem' } }; diff --git a/components/lib/themes/lara/accordion/index.js b/components/lib/themes/lara/accordion/index.js index 6950c8d57..a84dda8b7 100644 --- a/components/lib/themes/lara/accordion/index.js +++ b/components/lib/themes/lara/accordion/index.js @@ -39,7 +39,7 @@ export default { borderColor: '{content.border.color}', background: '{content.background}', color: '{text.color}', - padding: '1.125rem;' + padding: '1.125rem' }, colorScheme: { light: {