Refactored overlay component tokens

pull/5701/head
Cagatay Civici 2024-05-04 16:08:23 +03:00
parent 16332c13c1
commit 4e16e5098e
4 changed files with 16 additions and 60 deletions

View File

@ -1,18 +1,7 @@
export default { export default {
colorScheme: {
light: {
root: { root: {
background: '{surface.0}', background: '{content.background}',
borderColor: '{surface.200}', borderColor: '{content.border.color}',
color: '{surface.700}' color: '{content.color}'
}
},
dark: {
root: {
background: '{surface.900}',
borderColor: '{surface.700}',
color: '{surface.0}'
}
}
} }
}; };

View File

@ -1,18 +1,7 @@
export default { export default {
colorScheme: {
light: {
root: { root: {
background: '{surface.0}', background: '{content.background}',
borderColor: '{surface.200}', borderColor: '{content.border.color}',
color: '{surface.700}' color: '{content.color}'
}
},
dark: {
root: {
background: '{surface.900}',
borderColor: '{surface.700}',
color: '{surface.0}'
}
}
} }
}; };

View File

@ -1,18 +1,7 @@
export default { export default {
colorScheme: {
light: {
root: { root: {
background: '{surface.0}', background: '{content.background}',
borderColor: '{surface.200}', borderColor: '{content.border.color}',
color: '{surface.700}' color: '{content.color}'
}
},
dark: {
root: {
background: '{surface.900}',
borderColor: '{surface.700}',
color: '{surface.0}'
}
}
} }
}; };

View File

@ -1,18 +1,7 @@
export default { export default {
colorScheme: {
light: {
root: { root: {
background: '{surface.0}', background: '{content.background}',
borderColor: '{surface.200}', borderColor: '{content.border.color}',
color: '{surface.700}' color: '{content.color}'
}
},
dark: {
root: {
background: '{surface.900}',
borderColor: '{surface.700}',
color: '{surface.0}'
}
}
} }
}; };