2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-05-04 11:47:06 +00:00
|
|
|
root: {
|
|
|
|
background: '{content.background}',
|
|
|
|
borderColor: '{content.border.color}',
|
2024-05-11 14:43:13 +00:00
|
|
|
borderRadius: '{content.border.radius}',
|
|
|
|
color: '{content.color}',
|
|
|
|
gap: '0.5rem',
|
|
|
|
padding: '0.75rem'
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
};
|