Tokens for Panel

This commit is contained in:
Cagatay Civici 2024-05-11 17:05:42 +03:00
parent c77f79b235
commit e55a0c055d
3 changed files with 75 additions and 9 deletions

View file

@ -2,6 +2,26 @@ export default {
root: {
background: '{content.background}',
borderColor: '{content.border.color}',
color: '{content.color}'
color: '{content.color}',
borderRadius: '{content.border.radius}',
gap: '0'
},
header: {
background: 'transparent',
color: '{text.color}',
padding: '1.125rem',
borderWidth: '0'
},
toggleableHeader: {
padding: '0.375rem 1.125rem'
},
title: {
fontWeight: '600'
},
content: {
padding: '1.125rem'
},
footer: {
padding: '0 1.125rem 1.125rem 1.125rem'
}
};