Updated sizes

pull/5756/head
Cagatay Civici 2024-05-11 17:38:10 +03:00
parent 55a380c3f9
commit 380ca02909
2 changed files with 8 additions and 8 deletions

View File

@ -4,13 +4,13 @@ export default {
borderColor: '{content.border.color}', borderColor: '{content.border.color}',
borderRadius: '{content.border.radius}', borderRadius: '{content.border.radius}',
color: '{content.color}', color: '{content.color}',
padding: '0.75rem 1.125rem 1.125rem ' padding: '0.75rem 1.25rem 1.25rem 1.25rem'
}, },
legend: { legend: {
borderRadius: '{content.border.radius}', borderRadius: '{content.border.radius}',
borderWidth: '1px', borderWidth: '1px',
borderColor: '{content.border.color}', borderColor: '{content.border.color}',
padding: '0.5rem 0.75rem', padding: '0.625rem 0.875rem',
gap: '0.5rem', gap: '0.5rem',
fontWeight: '700', fontWeight: '700',
focusRing: { focusRing: {

View File

@ -4,25 +4,25 @@ export default {
borderColor: '{content.border.color}', borderColor: '{content.border.color}',
color: '{content.color}', color: '{content.color}',
borderRadius: '{content.border.radius}', borderRadius: '{content.border.radius}',
gap: '1.125rem' gap: '1.25rem'
}, },
header: { header: {
borderWidth: '0 0 1px 0', borderWidth: '0 0 1px 0',
borderColor: '{content.border.color}', borderColor: '{content.border.color}',
padding: '1.125rem' padding: '1.25rem'
}, },
toggleableHeader: { toggleableHeader: {
padding: '0.25rem 1.125rem' padding: '0.375rem 1.25rem'
}, },
title: { title: {
fontWeight: '700' fontWeight: '700'
}, },
content: { content: {
padding: '1.125rem', padding: '1.25rem',
withHeaderPadding: '1.125rem' withHeaderPadding: '1.25rem'
}, },
footer: { footer: {
padding: '0 1.125rem 1.125rem 1.125rem' padding: '0 1.25rem 1.25rem 1.25rem'
}, },
colorScheme: { colorScheme: {
light: { light: {