Refactored file upload tokens

This commit is contained in:
Cagatay Civici 2024-05-04 19:14:05 +03:00
parent 4e16e5098e
commit b2a5787d4a
2 changed files with 12 additions and 30 deletions

View file

@ -2,6 +2,6 @@ export default {
root: {
background: '{content.background}',
borderColor: '{content.border.color}',
color: '{text.color}'
color: '{content.color}'
}
};