Update sizes

pull/5756/head
Cagatay Civici 2024-05-11 17:45:19 +03:00
parent 25b00921bf
commit 18ff4600a1
2 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ 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.25rem 1.25rem 1.25rem' padding: '0.75rem 1.125rem 1.125rem 1.125rem'
}, },
legend: { legend: {
borderRadius: '{content.border.radius}', borderRadius: '{content.border.radius}',

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.25rem' gap: '1.125rem'
}, },
header: { header: {
borderWidth: '0 0 1px 0', borderWidth: '0 0 1px 0',
borderColor: '{content.border.color}', borderColor: '{content.border.color}',
padding: '1.25rem' padding: '1.125rem'
}, },
toggleableHeader: { toggleableHeader: {
padding: '0.375rem 1.25rem' padding: '0.25rem 1.125rem'
}, },
title: { title: {
fontWeight: '700' fontWeight: '700'
}, },
content: { content: {
padding: '1.25rem', padding: '1.125rem',
withHeaderPadding: '1.25rem' withHeaderPadding: '1.125rem'
}, },
footer: { footer: {
padding: '0 1.25rem 1.25rem 1.25rem' padding: '0 1.125rem 1.125rem 1.125rem'
}, },
colorScheme: { colorScheme: {
light: { light: {