diff --git a/components/lib/themes/lara/fieldset/index.js b/components/lib/themes/lara/fieldset/index.js index 2c1b587b5..e2ecfdee3 100644 --- a/components/lib/themes/lara/fieldset/index.js +++ b/components/lib/themes/lara/fieldset/index.js @@ -4,13 +4,13 @@ export default { borderColor: '{content.border.color}', borderRadius: '{content.border.radius}', color: '{content.color}', - padding: '0.75rem 1.125rem 1.125rem ' + padding: '0.75rem 1.25rem 1.25rem 1.25rem' }, legend: { borderRadius: '{content.border.radius}', borderWidth: '1px', borderColor: '{content.border.color}', - padding: '0.5rem 0.75rem', + padding: '0.625rem 0.875rem', gap: '0.5rem', fontWeight: '700', focusRing: { diff --git a/components/lib/themes/lara/panel/index.js b/components/lib/themes/lara/panel/index.js index 1acbf061a..9a80486b8 100644 --- a/components/lib/themes/lara/panel/index.js +++ b/components/lib/themes/lara/panel/index.js @@ -4,25 +4,25 @@ export default { borderColor: '{content.border.color}', color: '{content.color}', borderRadius: '{content.border.radius}', - gap: '1.125rem' + gap: '1.25rem' }, header: { borderWidth: '0 0 1px 0', borderColor: '{content.border.color}', - padding: '1.125rem' + padding: '1.25rem' }, toggleableHeader: { - padding: '0.25rem 1.125rem' + padding: '0.375rem 1.25rem' }, title: { fontWeight: '700' }, content: { - padding: '1.125rem', - withHeaderPadding: '1.125rem' + padding: '1.25rem', + withHeaderPadding: '1.25rem' }, footer: { - padding: '0 1.125rem 1.125rem 1.125rem' + padding: '0 1.25rem 1.25rem 1.25rem' }, colorScheme: { light: {