2024-02-19 22:53:42 +00:00
|
|
|
export default {
|
2024-05-09 10:11:40 +00:00
|
|
|
root: {
|
|
|
|
maxWidth: '12.5rem',
|
|
|
|
gutter: '0.25rem',
|
|
|
|
shadow: '{overlay.popover.shadow}',
|
|
|
|
padding: '0.5rem 0.75rem',
|
|
|
|
borderRadius: '{overlay.popover.border.radius}'
|
|
|
|
},
|
2024-02-20 20:46:42 +00:00
|
|
|
colorScheme: {
|
|
|
|
light: {
|
|
|
|
root: {
|
|
|
|
background: '{surface.700}',
|
2024-03-12 12:07:51 +00:00
|
|
|
color: '{surface.0}'
|
2024-02-20 20:46:42 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
dark: {
|
|
|
|
root: {
|
|
|
|
background: '{surface.700}',
|
2024-03-12 12:07:51 +00:00
|
|
|
color: '{surface.0}'
|
2024-02-19 22:53:42 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|