Refactored file upload tokens
parent
4e16e5098e
commit
b2a5787d4a
|
@ -1,32 +1,14 @@
|
|||
export default {
|
||||
colorScheme: {
|
||||
light: {
|
||||
root: {
|
||||
background: '{surface.0}',
|
||||
borderColor: '{surface.200}',
|
||||
color: '{surface.700}'
|
||||
},
|
||||
content: {
|
||||
highlightBackground: '{highlight.background}',
|
||||
highlightBorderColor: '{highlight.color}'
|
||||
},
|
||||
file: {
|
||||
borderColor: '{surface.200}'
|
||||
}
|
||||
},
|
||||
dark: {
|
||||
root: {
|
||||
background: '{surface.900}',
|
||||
borderColor: '{surface.700}',
|
||||
color: '{surface.0}'
|
||||
},
|
||||
content: {
|
||||
highlightBackground: '{highlight.background}',
|
||||
highlightBorderColor: '{highlight.color}'
|
||||
},
|
||||
file: {
|
||||
borderColor: '{surface.700}'
|
||||
}
|
||||
}
|
||||
root: {
|
||||
background: '{content.background}',
|
||||
borderColor: '{content.border.color}',
|
||||
color: '{content.color}'
|
||||
},
|
||||
content: {
|
||||
highlightBackground: '{highlight.background}',
|
||||
highlightBorderColor: '{highlight.color}'
|
||||
},
|
||||
file: {
|
||||
borderColor: '{content.border.color}'
|
||||
}
|
||||
};
|
||||
|
|
|
@ -2,6 +2,6 @@ export default {
|
|||
root: {
|
||||
background: '{content.background}',
|
||||
borderColor: '{content.border.color}',
|
||||
color: '{text.color}'
|
||||
color: '{content.color}'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue