Refactored overlay component tokens
parent
16332c13c1
commit
4e16e5098e
|
@ -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}'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue